From 3ad795a908dd6fb145a0a179f957c24412382622 Mon Sep 17 00:00:00 2001
From: mr-russ <>
Date: Sat, 20 Sep 2003 10:00:19 +0000
Subject: [PATCH] Use First races' UI, it should be defined
---
doc/ChangeLog.html | 1 +
src/stratagus/stratagus.cpp | 7 +++----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/ChangeLog.html b/doc/ChangeLog.html
index 30c517f66..9e5442684 100644
--- a/doc/ChangeLog.html
+++ b/doc/ChangeLog.html
@@ -36,6 +36,7 @@
Future 1.19 Release
- ++
+
- Use first races UI by default, it should be defined (from Russell Smith).
- Allow victory/defeat backgrounds to not be set (from Russell Smith).
- Removed 'tower CCL directive (from Russell Smith).
- Fixed Save/Load bug when spaces in race display name (from Russell Smith).
diff --git a/src/stratagus/stratagus.cpp b/src/stratagus/stratagus.cpp
index dc6d53919..68b6cad43 100644
--- a/src/stratagus/stratagus.cpp
+++ b/src/stratagus/stratagus.cpp
@@ -1035,10 +1035,9 @@ global void PreMenuSetup(void)
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] :