Mostly various small changes toward fixing some of the major bugs
git-svn-id: http://openexile.googlecode.com/svn/trunk@47 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -792,8 +792,10 @@ void handle_file_menu(int item_hit)
|
||||
break;
|
||||
case 3:
|
||||
if (in_startup_mode == true){
|
||||
FSSpec* file = nav_put_party();
|
||||
save_party(*file);
|
||||
try{
|
||||
FSSpec file = nav_put_party();
|
||||
save_party(file);
|
||||
} catch(no_file_chosen){}
|
||||
}
|
||||
else do_save(1);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user