From b428e6b2f3a26bb8a34881e8f77bacc810b224de Mon Sep 17 00:00:00 2001 From: johns <> Date: Mon, 4 Jun 2001 14:45:01 +0000 Subject: [PATCH] Load cursor by race name and not number. InitUserInterface and LoadUserInterface split. --- src/game/game.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/game.cpp b/src/game/game.cpp index 0dddbe018..26ae9a9d7 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -262,7 +262,7 @@ global void CreateGame(char* filename, WorldMap* map) // FIXME: Race only known in single player game: InitMenus(ThisPlayer->Race); LoadImages(ThisPlayer->Race); - LoadCursors(ThisPlayer->Race); + LoadCursors(ThisPlayer->RaceName); LoadMissileSprites(); LoadUnitTypes(); @@ -287,6 +287,7 @@ global void CreateGame(char* filename, WorldMap* map) MapColorCycle(); // Setup color cycle InitUserInterface(); // Setup the user interface. + LoadUserInterface(); // Load the user interface grafics // // Sound part