aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
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.h
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.h')
-rw-r--r--engines/dm/dm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index 1c187020f1..529a768c22 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -259,6 +259,8 @@ public:
void f65_playPendingSound(); // @ F0065_SOUND_PlayPendingSound_CPSD
bool f505_soundGetVolume(int16 mapX, int16 mapY, uint8 *leftVolume, uint8 *rightVolume); // @ F0505_SOUND_GetVolume
void f438_STARTEND_OpenEntranceDoors() { warning(true, "STUB: f438_STARTEND_OpenEntranceDoors"); } // @ F0438_STARTEND_OpenEntranceDoors
+ void f437_STARTEND_drawTittle() { warning(false, "STUB METHOD: f437_STARTEND_drawTittle"); }// @ F0437_STARTEND_DrawTitle
+ void f442_SARTEND_processCommand202_entranceDrawCredits() { warning(false, "STUB METHOD: f442_SARTEND_processCommand202_entranceDrawCredits"); }// @ F0442_STARTEND_ProcessCommand202_EntranceDrawCredits
private:
int16 _g528_saveFormat; // @ G0528_i_Format