aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/worldofxeen_menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/worldofxeen/worldofxeen_menu.cpp')
-rw-r--r--engines/xeen/worldofxeen/worldofxeen_menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen_menu.cpp b/engines/xeen/worldofxeen/worldofxeen_menu.cpp
index 7af017f1d3..5beff45337 100644
--- a/engines/xeen/worldofxeen/worldofxeen_menu.cpp
+++ b/engines/xeen/worldofxeen/worldofxeen_menu.cpp
@@ -63,7 +63,7 @@ MainMenuContainer::MainMenuContainer(const char *spritesName1, const char *sprit
if (spritesName2)
_backgroundSprites[1].load(spritesName2);
if (spritesName3)
- _backgroundSprites[0].load(spritesName3);
+ _backgroundSprites[2].load(spritesName3);
_frameCount = 0;
for (uint idx = 0; idx < _backgroundSprites.size(); ++idx)