stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/clone player.c


From: Nehal Mistry
Subject: [Stratagus-CVS] stratagus/src/clone player.c
Date: Thu, 13 Nov 2003 00:53:34 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Nehal Mistry <address@hidden>   03/11/13 00:53:34

Modified files:
        src/clone      : player.c 

Log message:
        fix typo

Patches:
Index: stratagus/src/clone/player.c
diff -u stratagus/src/clone/player.c:1.95 stratagus/src/clone/player.c:1.96
--- stratagus/src/clone/player.c:1.95   Thu Oct 23 14:38:35 2003
+++ stratagus/src/clone/player.c        Thu Nov 13 00:53:34 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: player.c,v 1.95 2003/10/23 18:38:35 n0body Exp $
+//     $Id: player.c,v 1.96 2003/11/13 05:53:34 nehalmistry Exp $
 
 //@{
 
@@ -202,7 +202,7 @@
     int j;
 
     CLprintf(file, "\n;;; -----------------------------------------\n");
-    CLprintf(file, ";;; MODULE: players $Id: player.c,v 1.95 2003/10/23 
18:38:35 n0body Exp $\n\n");
+    CLprintf(file, ";;; MODULE: players $Id: player.c,v 1.96 2003/11/13 
05:53:34 nehalmistry Exp $\n\n");
 
     //
     // Dump table wc2 race numbers -> internal symbol.
@@ -1068,7 +1068,7 @@
     int i;
     int k;
     const char* colors[16] = {
-       "red", "blue", "green", "violett", "orange", "black", "white", "yellow",
+       "red", "blue", "green", "violet", "orange", "black", "white", "yellow",
        "yellow", "yellow", "yellow", "yellow", "yellow", "yellow", "yellow",
        "yellow"
     };




reply via email to

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