(svn r263) -Fix: on_server.scr contained an unneeded ";"
authorsignde
Wed, 15 Sep 2004 11:53:01 +0000
changeset 258 e6cbfc682f59
parent 257 0ff8a2e60a0d
child 259 16fd8cce2d9e
(svn r263) -Fix: on_server.scr contained an unneeded ";"
-Fix: saving or loading a map doesnt pauses the game anymore
misc_gui.c
scripts/on_server.scr
--- 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