aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_lok.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/script_lok.cpp')
-rw-r--r--engines/kyra/script_lok.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/script_lok.cpp b/engines/kyra/script_lok.cpp
index e6dbbd27b9..03a5d4efc1 100644
--- a/engines/kyra/script_lok.cpp
+++ b/engines/kyra/script_lok.cpp
@@ -1042,7 +1042,6 @@ int KyraEngine_LoK::o1_walkCharacterToPoint(EMCState *script) {
default:
++curPos;
forceContinue = true;
- break;
}
if (forceContinue || !running)
@@ -1236,7 +1235,6 @@ int KyraEngine_LoK::o1_setFireberryGlowPalette(EMCState *script) {
default:
palIndex = 8;
- break;
}
if (_brandonStatusBit & 2) {
if (_currentCharacter->sceneId != 133 && _currentCharacter->sceneId != 137 &&