aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_lok.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/scene_lok.cpp')
-rw-r--r--engines/kyra/scene_lok.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/scene_lok.cpp b/engines/kyra/scene_lok.cpp
index 4eda28bc3c..345998e40e 100644
--- a/engines/kyra/scene_lok.cpp
+++ b/engines/kyra/scene_lok.cpp
@@ -924,7 +924,6 @@ int KyraEngine_LoK::processSceneChange(int *table, int unk1, int frameReset) {
default:
++table;
forceContinue = true;
- break;
}
returnValue = changeScene(_currentCharacter->facing);
@@ -1084,7 +1083,6 @@ int KyraEngine_LoK::changeScene(int facing) {
default:
sceneId = _roomTable[_currentCharacter->sceneId].westExit;
- break;
}
if (sceneId == 0xFFFF)