From 19a9c068f994d5800a60dff6f14221f03f5d4cc3 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 15 Mar 2015 04:05:06 +0200 Subject: MADS: Hook up all of the remaining options, and add custom game options --- engines/mads/game.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/mads/game.h') diff --git a/engines/mads/game.h b/engines/mads/game.h index 66f2580249..d246aa501e 100644 --- a/engines/mads/game.h +++ b/engines/mads/game.h @@ -195,6 +195,9 @@ public: */ virtual void synchronize(Common::Serializer &s, bool phase1); + virtual void setNaughtyMode(bool naughtyMode) {} + virtual bool getNaughtyMode() const { return true; } + // DEPRECATED: ScummVM re-implementation keeps all the quotes loaded, so the methods below are stubs void clearQuotes() {} void loadQuoteRange(int startNum, int endNum) {} -- cgit v1.2.3