Starting to turn the constants in boe.consts.h into enums. So far the overall mode and the player main status have been changed.
Also tried in vain to fix the problem with controls not being drawn. git-svn-id: http://openexile.googlecode.com/svn/trunk@34 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
//extern current_town_type univ.town;
|
||||
//extern party_record_type party;
|
||||
extern short overall_mode;
|
||||
extern eGameMode overall_mode;
|
||||
//extern cOutdoors univ.out.outdoors[2][2];
|
||||
extern unsigned char combat_terrain[64][64];//,out[96][96];
|
||||
extern short which_combat_type;
|
||||
|
||||
Reference in New Issue
Block a user