stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus doc/ChangeLog.html src/clone/clone.c


From: Russell Smith
Subject: [Stratagus-CVS] stratagus doc/ChangeLog.html src/clone/clone.c
Date: Sat, 20 Sep 2003 07:00:20 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Russell Smith <address@hidden>  03/09/20 07:00:19

Modified files:
        doc            : ChangeLog.html 
        src/clone      : clone.c 

Log message:
        Use First races' UI, it should be defined

Patches:
Index: stratagus/doc/ChangeLog.html
diff -u stratagus/doc/ChangeLog.html:1.535 stratagus/doc/ChangeLog.html:1.536
--- stratagus/doc/ChangeLog.html:1.535  Sat Sep 20 05:59:17 2003
+++ stratagus/doc/ChangeLog.html        Sat Sep 20 07:00:19 2003
@@ -2,7 +2,7 @@
 <html>
 <head>
 <!--
-----   $Id: ChangeLog.html,v 1.535 2003/09/20 09:59:17 mr-russ Exp $
+----   $Id: ChangeLog.html,v 1.536 2003/09/20 11:00:19 mr-russ Exp $
 
 ----   (c) Copyright 1998-2003 by Lutz Sammer
 
@@ -36,6 +36,7 @@
 <li>Future 1.19 Release<p>
     <ul>
     <li>++
+    <li>Use first races UI by default, it should be defined (from Russell 
Smith).
     <li>Allow victory/defeat backgrounds to not be set (from Russell Smith).
     <li>Removed 'tower CCL directive (from Russell Smith).
     <li>Fixed Save/Load bug when spaces in race display name (from Russell 
Smith).
Index: stratagus/src/clone/clone.c
diff -u stratagus/src/clone/clone.c:1.200 stratagus/src/clone/clone.c:1.201
--- stratagus/src/clone/clone.c:1.200   Fri Sep  5 14:10:55 2003
+++ stratagus/src/clone/clone.c Sat Sep 20 07:00:19 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: clone.c,v 1.200 2003/09/05 18:10:55 n0body Exp $
+//     $Id: clone.c,v 1.201 2003/09/20 11:00:19 mr-russ Exp $
 
 //@{
 
@@ -1035,10 +1035,9 @@
 
     InitVideoCursors();
 
-    // FIXME: make the race configurable
-    InitMenus(PlayerRaces.Count>1 ? PlayerRaces.Race[1] : 0);
-    LoadCursors(PlayerRaces.Count>1 ? PlayerRaces.Name[1] :
-       PlayerRaces.Name[0]);
+    // FIXME: make the race ui configurable
+    InitMenus(PlayerRaces.Race[0]);
+    LoadCursors(PlayerRaces.Name[0]);
     InitSettings();
 
     InitUserInterface(PlayerRaces.Count>1 ? PlayerRaces.Name[1] :




reply via email to

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