Fixed walkspeed on save loading.

svn-id: r31435
This commit is contained in:
Johannes Schickel 2008-04-06 15:29:09 +00:00
parent 9c59043664
commit abf7914b81

View file

@ -323,6 +323,11 @@ void KyraEngine_v2::loadGame(const char *fileName) {
if (setFlag1EE)
setGameFlag(0x1EE);
// We didn't explicitly set the walk speed, but it's saved as part of
// the _timers array, so we need to re-sync it with _configWalkspeed.
setWalkspeed(_configWalkspeed);
}
} // end of namespace Kyra