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:
2009-04-26 22:30:53 +00:00
parent fcda358c5e
commit 440eb5a765
24 changed files with 261 additions and 166 deletions

View File

@@ -44,7 +44,8 @@ short flood_count = 0;
Rect terrain_rects[256],terrain_rect_base = {0,0,16,16},command_rects[21];
extern short cen_x, cen_y, overall_mode,cur_town;
extern short cen_x, cen_y, cur_town;
extern eGameMode overall_mode;
extern Boolean mouse_button_held,editing_town;
extern short cur_viewing_mode,user_given_password;
extern cTown* town;