--- a/misc_gui.c Wed Sep 15 06:51:23 2004 +0000
+++ b/misc_gui.c Wed Sep 15 11:53:01 2004 +0000
@@ -1116,7 +1116,6 @@
}
break;
case WE_DESTROY:
- DoCommandP(0, 0, 0, NULL, CMD_PAUSE);
_query_string_active = false;
FiosFreeSavegameList();
break;
@@ -1190,9 +1189,6 @@
strcpy(_edit_str_buf, "UNNAMED");
}
- if (_game_mode != GM_MENU)
- DoCommandP(0, 1, 0, NULL, CMD_PAUSE);
-
BuildFileList();
ResetObjectToPlace();
--- a/scripts/on_server.scr Wed Sep 15 06:51:23 2004 +0000
+++ b/scripts/on_server.scr Wed Sep 15 11:53:01 2004 +0000
@@ -1,3 +1,3 @@
echo "Setting default network server settings..."
*net_sync_freq = 4
-*net_client_timeout = 300;
\ No newline at end of file
+*net_client_timeout = 300
\ No newline at end of file