From 5ca69756651f438fe09e64a706575084440881a7 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 27 Aug 2016 11:07:49 +0200 Subject: DM: Remove custom warning function --- engines/dm/text.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/dm/text.h') diff --git a/engines/dm/text.h b/engines/dm/text.h index 55392a1551..b6049d7659 100644 --- a/engines/dm/text.h +++ b/engines/dm/text.h @@ -64,9 +64,9 @@ public: void clearExpiredRows(); // @ F0044_TEXT_MESSAGEAREA_ClearExpiredRows void printEndGameString(int16 x, int16 y, Color textColor, char *text); // @ F0443_STARTEND_EndgamePrintString bool isTextScrolling(TextScroller *scroller, bool waitEndOfScrolling) { - warning(false, "STUB METHOD: isTextScrolling"); return true; + warning("STUB METHOD: isTextScrolling"); return true; } // @ F0561_SCROLLER_IsTextScrolling - void setScrollerCommand(TextScroller *scroller, int16 command) { warning(false, "STUB METHOD: f560_SCROLLER_setCommand"); } // @ F0560_SCROLLER_SetCommand + void setScrollerCommand(TextScroller *scroller, int16 command) { warning("STUB METHOD: f560_SCROLLER_setCommand"); } // @ F0560_SCROLLER_SetCommand void clearAllRows(); // @ F0043_TEXT_MESSAGEAREA_ClearAllRows }; -- cgit v1.2.3