aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index aa74a3c7c4..cb3627d6ef 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -2343,7 +2343,7 @@ void ScummEngine::initRoomSubBlocks() {
}
if (_PALS_offs || _CLUT_offs)
- setPalette(0);
+ setPalette(0, _roomResource);
initBGBuffers(_roomHeight);
}