github publish

This commit is contained in:
Ondrej Novak 2025-01-24 18:27:22 +01:00
commit 506e23bf32
542 changed files with 120675 additions and 0 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;