Fix a plethora of bugs and crashes when loading new savegames; loading now works, though with a few glitches still

This commit is contained in:
2014-04-20 17:43:16 -04:00
parent 3a0f1ad7f5
commit 4cf1c5a8f6
16 changed files with 75 additions and 62 deletions

View File

@@ -483,9 +483,7 @@ void handle_file_menu(int item_hit)
switch (item_hit) {
case 1:
if(overall_mode == MODE_STARTUP)
startup_load();
else do_load();
do_load();
break;
case 2:
do_save(0);