mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Refactored the code in Tiles.cpp.
Removed the font check in create_message_window script function.
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
#define OBJ_TYPE_MISC (5)
|
||||
#define OBJ_TYPE_SPATIAL (6)
|
||||
|
||||
#define ART_TYPE_INTERFACE (6)
|
||||
#define ART_TYPE_INVENT (7)
|
||||
#define ART_TYPE_HEADS (8)
|
||||
#define ART_TYPE_BACKGRND (9)
|
||||
#define ART_TYPE_SKILLDEX (10)
|
||||
|
||||
#define WEAPON_TYPE_NONE (0)
|
||||
#define WEAPON_TYPE_UNARMED (1)
|
||||
#define WEAPON_TYPE_MELEE (2)
|
||||
|
||||
Reference in New Issue
Block a user