mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 18:31:52 -04:00
Merge branch 'main' of https://github.com/ondra-novak/gates_of_skeldal
into main
This commit is contained in:
parent
73b949fb2e
commit
f67cfbcd24
11 changed files with 178 additions and 30 deletions
|
@ -739,6 +739,7 @@ void draw_blood(char mode,int mob_dostal,int mob_dostal_pocet);
|
|||
#define FX_MAGIC 0
|
||||
#define FX_BOOK 1
|
||||
#define FX_MONEY 2
|
||||
#define FX_MAP 3
|
||||
|
||||
|
||||
|
||||
|
@ -791,7 +792,7 @@ typedef struct t_clk_map
|
|||
int cursor;
|
||||
}T_CLK_MAP;
|
||||
|
||||
#define CLK_MAIN_VIEW 17
|
||||
#define CLK_MAIN_VIEW 18
|
||||
#define MS_GAME_WIN 256
|
||||
extern T_CLK_MAP clk_main_view[]; //clickovaci mapa pro hlavni vyhled
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue