stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src/network commands.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/network commands.c
Date: 29 Jan 2004 20:01:15 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/29 20:01:15

Modified files:
        src/network    : commands.c 

Log message:
        Fixed Command log after loading a saved game

Patches:
Index: stratagus/src/network/commands.c
diff -u stratagus/src/network/commands.c:1.100 
stratagus/src/network/commands.c:1.101
--- stratagus/src/network/commands.c:1.100      Tue Jan 27 22:08:51 2004
+++ stratagus/src/network/commands.c    Thu Jan 29 20:01:14 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: commands.c,v 1.100 2004/01/27 11:08:51 wizzard Exp $
+//      $Id: commands.c,v 1.101 2004/01/29 09:01:14 wizzard Exp $
 
 //@{
 
@@ -173,7 +173,7 @@
 
        replay->Comment1 = strdup("Generated by Stratagus Version " VERSION "");
        replay->Comment2 = strdup("Visit http://Stratagus.Org for more 
information");
-       replay->Comment3 = strdup("$Id: commands.c,v 1.100 2004/01/27 11:08:51 
wizzard Exp $");
+       replay->Comment3 = strdup("$Id: commands.c,v 1.101 2004/01/29 09:01:14 
wizzard Exp $");
 
        if (GameSettings.NetGameType == SettingsSinglePlayerGame) {
                replay->Type = ReplaySinglePlayer;
@@ -696,6 +696,8 @@
        // Apply CurrentReplay settings.
        if (!SaveGameLoading) {
                ApplyReplaySettings();
+       } else {
+               CommandLogDisabled = 0;
        }
 
        return 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]