Fixed walkspeed on save loading.
svn-id: r31435
This commit is contained in:
parent
9c59043664
commit
abf7914b81
1 changed files with 5 additions and 0 deletions
|
@ -323,6 +323,11 @@ void KyraEngine_v2::loadGame(const char *fileName) {
|
||||||
|
|
||||||
if (setFlag1EE)
|
if (setFlag1EE)
|
||||||
setGameFlag(0x1EE);
|
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
|
} // end of namespace Kyra
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue