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: 3 Jan 2004 11:28:58 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/03 11:28:58

Modified files:
        src/network    : commands.c 

Log message:
        Load/Save updates

Patches:
Index: stratagus/src/network/commands.c
diff -u stratagus/src/network/commands.c:1.88 
stratagus/src/network/commands.c:1.89
--- stratagus/src/network/commands.c:1.88       Fri Jan  2 12:14:16 2004
+++ stratagus/src/network/commands.c    Sat Jan  3 11:28:57 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: commands.c,v 1.88 2004/01/02 01:14:16 jsalmon3 Exp $
+//     $Id: commands.c,v 1.89 2004/01/03 00:28:57 jsalmon3 Exp $
 
 //@{
 
@@ -174,7 +174,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.88 2004/01/02 01:14:16 
jsalmon3 Exp $");
+       replay->Comment3 = strdup("$Id: commands.c,v 1.89 2004/01/03 00:28:57 
jsalmon3 Exp $");
 
        if (GameSettings.NetGameType == SettingsSinglePlayerGame) {
                replay->Type = ReplaySinglePlayer;
@@ -292,9 +292,9 @@
 }
 
 /**
-**             Output the FullReplay list to dest file
+**  Output the FullReplay list to dest file
 **
-**             @param dest             The file to output to
+**  @param dest  The file to output to
 */
 local void SaveFullLog(CLFile* dest)
 {
@@ -345,9 +345,9 @@
 }
 
 /**
-**             Append the LogEntry structure at the end of currentLog, and to 
LogFile
+**  Append the LogEntry structure at the end of currentLog, and to LogFile
 **
-**             @param dest             The file to output to
+**  @param dest  The file to output to
 */
 local void AppendLog(LogEntry* log, CLFile* dest)
 {
@@ -699,9 +699,9 @@
 }
 
 /**
-**             Save generated replay
+**  Save generated replay
 **
-**             @param file             file to save to.
+**  @param file  file to save to.
 */
 global void SaveReplayList(CLFile* file)
 {
@@ -709,9 +709,9 @@
 }
 
 /**
-**             Load a log file to replay a game
+**  Load a log file to replay a game
 **
-**             @param name             name of file to load.
+**  @param name  name of file to load.
 */
 global int LoadReplay(char* name)
 {




reply via email to

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