mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-19 04:34:51 -04:00
support for controllers, save effect, fix bugs
This commit is contained in:
parent
9e5faf53de
commit
44e73566b1
16 changed files with 306 additions and 38 deletions
|
@ -733,6 +733,7 @@ void draw_blood(char mode,int mob_dostal,int mob_dostal_pocet);
|
|||
#define FX_BOOK 1
|
||||
#define FX_MONEY 2
|
||||
#define FX_MAP 3
|
||||
#define FX_SAVE 4
|
||||
|
||||
|
||||
|
||||
|
@ -1415,6 +1416,7 @@ char ask_save_dialog(char *name_buffer, size_t name_size);
|
|||
void do_autosave();
|
||||
#define autosave() if (autosave_enabled) do_autosave();
|
||||
extern char autosave_enabled;
|
||||
extern char autosave_on_enter;
|
||||
int load_map_automap(char *mapfile);
|
||||
/* ^^^ Tato funkce zmeni mapu, bez zmeny grafiky a stavu cele hry.
|
||||
Jeji vyuziti je pro zobrazeni automapingu jineho levelu nez aktualniho
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue