- Fixed more major bugs, both in game and scenario editor.

- Removed all remnants of the password code (I think).
- The game is now almost ready for beta.

git-svn-id: http://openexile.googlecode.com/svn/trunk@49 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-05-02 20:25:13 +00:00
parent d60b8a7fb1
commit 1cbb12e1b8
25 changed files with 858 additions and 1433 deletions

View File

@@ -49,18 +49,18 @@ void put_make_scen_2_in_dlog();
short edit_make_scen_1(char *filename,char *title,short *grass);
void edit_make_scen_1_event_filter (short item_hit);
void put_make_scen_1_in_dlog();
short get_password();
void give_password_filter (short item_hit);
//short get_password();
//void give_password_filter (short item_hit);
void edit_scenario_events();
void edit_scenario_events_event_filter (short item_hit);
void put_scenario_events_in_dlog();
bool save_scenario_events();
short enter_password();
//short enter_password();
bool build_scenario();
void set_starting_loc_filter (short item_hit);
void set_starting_loc();
void edit_boats_event_filter (short item_hit);
void edit_boats();
void user_password_filter (short item_hit);
short wd_to_pwd(Str255 str);
//void user_password_filter (short item_hit);
//short wd_to_pwd(Str255 str);