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: 23 Jan 2004 16:13:30 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/23 16:13:30

Modified files:
        src/network    : commands.c 

Log message:
        Add GameCycle that the replay goes out of sync

Patches:
Index: stratagus/src/network/commands.c
diff -u stratagus/src/network/commands.c:1.93 
stratagus/src/network/commands.c:1.94
--- stratagus/src/network/commands.c:1.93       Fri Jan 23 05:12:24 2004
+++ stratagus/src/network/commands.c    Fri Jan 23 16:13:30 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: commands.c,v 1.93 2004/01/22 18:12:24 nobody_ Exp $
+//     $Id: commands.c,v 1.94 2004/01/23 05:13:30 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.93 2004/01/22 18:12:24 
nobody_ Exp $");
+       replay->Comment3 = strdup("$Id: commands.c,v 1.94 2004/01/23 05:13:30 
wizzard Exp $");
 
        if (GameSettings.NetGameType == SettingsSinglePlayerGame) {
                replay->Type = ReplaySinglePlayer;
@@ -815,7 +815,7 @@
                        // Replay without the 'sync info
                        NotifyPlayer(ThisPlayer, NotifyYellow, 0, 0, "No sync 
info for this replay !");
                } else {
-                       NotifyPlayer(ThisPlayer, NotifyYellow, 0, 0, "Replay 
got out of sync !");
+                       NotifyPlayer(ThisPlayer, NotifyYellow, 0, 0, "Replay 
got out of sync (%lu)! ", GameCycle);
                        ReplayStep = 0;
                        NextLogCycle = ~0UL;
                        return;




reply via email to

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