diff options
Diffstat (limited to 'engines/kyra/scene_v2.cpp')
-rw-r--r-- | engines/kyra/scene_v2.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/kyra/scene_v2.cpp b/engines/kyra/scene_v2.cpp index 121b2a7dae..eda2122077 100644 --- a/engines/kyra/scene_v2.cpp +++ b/engines/kyra/scene_v2.cpp @@ -284,9 +284,8 @@ int KyraEngine_v2::trySceneChange(int *moveTable, int unk1, int updateChar) { } if (unk1) { - // TODO: check this again - int inputFlag = checkInput(0/*dword_324C5*/); - if (inputFlag == 198 || inputFlag == 199) { + if (skipFlag()) { + resetSkipFlag(false); running = false; _unk4 = 1; } |