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:
2009-05-01 04:03:41 +00:00
parent 27b95287bc
commit de3d2f78f5
15 changed files with 209 additions and 112 deletions

View File

@@ -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;