[Scummvm-git-logs] scummvm master -> 0cd62950de75b45379cc49322f1a038f8dadbb17
dreammaster
dreammaster at scummvm.org
Sat May 5 01:27:25 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0cd62950de XEEN: Fix jerkiness in World of Xeen menu animation
Commit: 0cd62950de75b45379cc49322f1a038f8dadbb17
https://github.com/scummvm/scummvm/commit/0cd62950de75b45379cc49322f1a038f8dadbb17
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-05-04T19:27:21-04:00
Commit Message:
XEEN: Fix jerkiness in World of Xeen menu animation
Changed paths:
engines/xeen/worldofxeen/worldofxeen_menu.cpp
diff --git a/engines/xeen/worldofxeen/worldofxeen_menu.cpp b/engines/xeen/worldofxeen/worldofxeen_menu.cpp
index 7af017f..5beff45 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)
More information about the Scummvm-git-logs
mailing list