Both the game and the scenario editor now properly load a scenario.

This means that the game can in fact be played – though saving is not currently operational.

git-svn-id: http://openexile.googlecode.com/svn/trunk@32 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-04-25 22:50:58 +00:00
parent 3ba7021543
commit d3be0c107e
41 changed files with 1790 additions and 1638 deletions

View File

@@ -34,9 +34,9 @@ short get_prot_level(short pc_num,short abil);
void make_town_hostile();
void display_item_event_filter (short item_hit);
short display_item(location from_loc,short pc_num,short mode, Boolean check_container);
void fancy_choice_dialog_event_filter (short item_hit);
//void fancy_choice_dialog_event_filter (short item_hit);
short custom_choice_dialog(Str255 strs[6],short pic_num,short buttons[3]) ;
short fancy_choice_dialog(short which_dlog,short parent);
//short fancy_choice_dialog(short which_dlog,short parent);
void select_pc_event_filter (short item_hit);
short char_select_pc(short active_only,short free_inv_only,char *title);
short select_pc(short active_only,short free_inv_only);