game folder "just" compiles (not link)

This commit is contained in:
Ondřej Novák 2025-01-25 13:08:41 +01:00
parent 13d3908273
commit 1b0f7fe0c2
135 changed files with 2161 additions and 2336 deletions

16
game/extras.h Normal file
View 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;