aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-09 08:27:21 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit233f93fefebd3150a2da41703b53d8223b9c36c7 (patch)
tree7de08320434bee3bf65d3ca634be5893cf405fa9 /engines/dm/dm.cpp
parent774ae8e821f8bb91b297ecde39d0496666c1a6e0 (diff)
downloadscummvm-rg350-233f93fefebd3150a2da41703b53d8223b9c36c7.tar.gz
scummvm-rg350-233f93fefebd3150a2da41703b53d8223b9c36c7.tar.bz2
scummvm-rg350-233f93fefebd3150a2da41703b53d8223b9c36c7.zip
DM: Swap some warnings to stub methods
Stub methods: f362_commandHighlightBoxEnable, f442_SARTEND_processCommand202_entranceDrawCredits, f437_STARTEND_drawTittle
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index 0381f34067..9ae9249489 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -240,7 +240,7 @@ void DMEngine::f463_initializeGame() {
_displayMan->f94_loadFloorSet(k0_FloorSetStone);
_displayMan->f95_loadWallSet(k0_WallSetStone);
f503_loadSounds();
- warning(false, "MISSING CODE: F0437_STARTEND_DrawTitle");
+ f437_STARTEND_drawTittle();
_textMan->f54_textInitialize();
_objectMan->loadObjectNames();
_eventMan->initMouse();
@@ -262,7 +262,7 @@ void DMEngine::f463_initializeGame() {
}
void DMEngine::f448_initMemoryManager() {
- warning(false, "STUB FUNCTION");
+ warning(false, "STUB METHOD: f448_initMemoryManager");
for (uint16 i = 0; i < 16; ++i)
_displayMan->_g347_paletteTopAndBottomScreen[i] = g21_PalDungeonView[0][i];
}