From 233f93fefebd3150a2da41703b53d8223b9c36c7 Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Tue, 9 Aug 2016 08:27:21 +0200 Subject: DM: Swap some warnings to stub methods Stub methods: f362_commandHighlightBoxEnable, f442_SARTEND_processCommand202_entranceDrawCredits, f437_STARTEND_drawTittle --- engines/dm/dm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/dm/dm.cpp') 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]; } -- cgit v1.2.3