aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_eob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/scene_eob.cpp')
-rw-r--r--engines/kyra/scene_eob.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/scene_eob.cpp b/engines/kyra/scene_eob.cpp
index be106a9ec3..a8ca966d49 100644
--- a/engines/kyra/scene_eob.cpp
+++ b/engines/kyra/scene_eob.cpp
@@ -1037,8 +1037,8 @@ void EobCoreEngine::drawScene(int update) {
_sceneUpdateRequired = false;
}
-void EobCoreEngine::drawSceneShapes() {
- for (int i = 0; i < 18; i++) {
+void EobCoreEngine::drawSceneShapes(int start) {
+ for (int i = start; i < 18; i++) {
uint8 t = _dscTileIndex[i];
uint8 s = _visibleBlocks[t]->walls[_sceneDrawVarDown];