aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-03-15 04:05:06 +0200
committerFilippos Karapetis2015-03-15 04:05:06 +0200
commit19a9c068f994d5800a60dff6f14221f03f5d4cc3 (patch)
tree8a05a9203c6316b7b817bd59b9b1368ae8f08097 /engines/mads/game.h
parentd3afff9bc736175b0275d923788198706adc7d78 (diff)
downloadscummvm-rg350-19a9c068f994d5800a60dff6f14221f03f5d4cc3.tar.gz
scummvm-rg350-19a9c068f994d5800a60dff6f14221f03f5d4cc3.tar.bz2
scummvm-rg350-19a9c068f994d5800a60dff6f14221f03f5d4cc3.zip
MADS: Hook up all of the remaining options, and add custom game options
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h3
1 files changed, 3 insertions, 0 deletions
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) {}