aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-15 21:33:15 -0400
committerPaul Gilbert2014-03-15 21:33:15 -0400
commit630679a5c8d72242866638b470cd361c0d5c6b0a (patch)
treeee023ed868528e20e5a623ff56c8d64d9c192969 /engines/mads/game.cpp
parentc4ed42e6d5974e635b4241aa110d8ffe2a8c99c7 (diff)
downloadscummvm-rg350-630679a5c8d72242866638b470cd361c0d5c6b0a.tar.gz
scummvm-rg350-630679a5c8d72242866638b470cd361c0d5c6b0a.tar.bz2
scummvm-rg350-630679a5c8d72242866638b470cd361c0d5c6b0a.zip
MADS: Completed UserInterface::loadElements
Diffstat (limited to 'engines/mads/game.cpp')
-rw-r--r--engines/mads/game.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/game.cpp b/engines/mads/game.cpp
index bcebc04a00..ad3ea5e85d 100644
--- a/engines/mads/game.cpp
+++ b/engines/mads/game.cpp
@@ -265,6 +265,10 @@ void Game::initSection(int sectionNumber) {
_vm->_palette->resetGamePalette(18, 10);
_vm->_palette->setLowRange();
+
+ if (_scene._layer == LAYER_GUI)
+ _vm->_palette->setPalette(_vm->_palette->_mainPalette, 0, 4);
+
_vm->_events->loadCursors("*CURSOR.SS");
assert(_vm->_events->_cursorSprites);