aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-02 19:24:13 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit8c06b0afd0c4ca9fa8f147a40ccd7210250f5a88 (patch)
tree8a83743007b2fa4c7e33d3cce88d58495d235944 /engines/dm/dm.cpp
parentc5f118079c943de4a1a721b8fd6d0932ea1eee52 (diff)
downloadscummvm-rg350-8c06b0afd0c4ca9fa8f147a40ccd7210250f5a88.tar.gz
scummvm-rg350-8c06b0afd0c4ca9fa8f147a40ccd7210250f5a88.tar.bz2
scummvm-rg350-8c06b0afd0c4ca9fa8f147a40ccd7210250f5a88.zip
DM: Add F0097_DUNGEONVIEW_DrawViewport
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index bc4d1c9c3e..ec455c44f0 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -166,8 +166,14 @@ void DMEngine::initializeGame() {
warning("MISSING CODE: F0357_COMMAND_DiscardAllInput");
}
+ void DMEngine::f448_initMemoryManager()
+ {
+ warning("STUB FUNCTION");
+ for (uint16 i = 0; i < 16; ++i)
+ _displayMan->_g347_paletteTopAndBottomScreen[i] = g21_PalDungeonView[0][i];
+ }
-void DMEngine::startGame() {
+ void DMEngine::startGame() {
_g331_pressingEye = false;
_g332_stopPressingEye = false;
_g333_pressingMouth = false;