mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 09:22:30 -04:00
game folder "just" compiles (not link)
This commit is contained in:
parent
13d3908273
commit
1b0f7fe0c2
135 changed files with 2161 additions and 2336 deletions
16
game/extras.h
Normal file
16
game/extras.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#define EX_RANDOM_BACKFIRES 1 //hotovo
|
||||
#define EX_RESPAWN_MONSTERS 2 //hotovo
|
||||
#define EX_ALTERNATEFIGHT 4 //hotovo
|
||||
#define EX_RECOVER_DESTROYED_ITEMS 8 //hotovo
|
||||
#define EX_MULTIPLE_ITEMS_IN_CURSOR 16 //zruseno
|
||||
#define EX_BAG_EXTENDED 32 //hotovo
|
||||
#define EX_SHIELD_BLOCKING 64 //hotovo
|
||||
#define EX_FAST_TRADE 128 //hotovo
|
||||
#define EX_ALWAYS_MINIMAP 256 //hotovo
|
||||
#define EX_GROUP_FLEE 512
|
||||
#define EX_NOHUNGRY 1024
|
||||
#define EX_AUTOOPENBOOK 2048
|
||||
#define EX_AUTOSHOWRUNE 4096
|
||||
#define EX_WALKDIAGONAL 8192
|
||||
|
||||
extern int game_extras;
|
Loading…
Add table
Add a link
Reference in a new issue