From ebd672770ada3685c2e84299368c9586d944ba2a Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 23 Jul 2016 12:54:25 +0200 Subject: DM: Properly stub f064_SOUND_RequestPlay_CPSD --- engines/dm/dm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/dm/dm.h') diff --git a/engines/dm/dm.h b/engines/dm/dm.h index 279144bc4d..128dfaf8e4 100644 --- a/engines/dm/dm.h +++ b/engines/dm/dm.h @@ -220,6 +220,8 @@ public: LoadgameResponse f435_loadgame(int16 slot); // @ F0435_STARTEND_LoadGame_CPSF void f441_processEntrance(); // @ F0441_STARTEND_ProcessEntrance + void f064_SOUND_RequestPlay_CPSD(uint16 P0088_ui_SoundIndex, int16 P0089_i_MapX, int16 P0090_i_MapY, uint16 P0091_ui_Mode) { warning(true, "STUB: f064_SOUND_RequestPlay_CPSD"); } + private: int16 _g528_saveFormat; // @ G0528_i_Format int16 _g527_platform; // @ G0527_i_Platform -- cgit v1.2.3