Use First races' UI, it should be defined
This commit is contained in:
parent
d7d492506a
commit
3ad795a908
2 changed files with 4 additions and 4 deletions
|
@ -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).
|
||||
|
|
|
@ -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] :
|
||||
|
|
Loading…
Reference in a new issue