- 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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user