Refactored the code in Tiles.cpp.

Removed the font check in create_message_window script function.
This commit is contained in:
NovaRain
2019-05-11 10:04:47 +08:00
parent 1891612f38
commit f7fa62a078
4 changed files with 72 additions and 79 deletions
@@ -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)