aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/modal.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-04-20 22:56:38 +0300
committerEugene Sandulenko2014-04-20 23:03:44 +0300
commit8f40dae91de1cc7243f882c05d03686b713687af (patch)
treee66d78c3d8e6479d9ef4a9b4282bd0a42272b643 /engines/fullpipe/modal.h
parent3fe9d4b24ea560b34f67cac41e37dfe8900a9d43 (diff)
downloadscummvm-rg350-8f40dae91de1cc7243f882c05d03686b713687af.tar.gz
scummvm-rg350-8f40dae91de1cc7243f882c05d03686b713687af.tar.bz2
scummvm-rg350-8f40dae91de1cc7243f882c05d03686b713687af.zip
FULLPIPE: Implement ModalQuery::handleMessage()
Diffstat (limited to 'engines/fullpipe/modal.h')
-rw-r--r--engines/fullpipe/modal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/modal.h b/engines/fullpipe/modal.h
index 4b16c305aa..1babab989f 100644
--- a/engines/fullpipe/modal.h
+++ b/engines/fullpipe/modal.h
@@ -219,7 +219,7 @@ public:
virtual ~ModalQuery();
virtual bool pollEvent() { return true; }
- virtual bool handleMessage(ExCommand *message) { return false; }
+ virtual bool handleMessage(ExCommand *message);
virtual bool init(int counterdiff) { return true; }
virtual void update();
virtual void saveload() {}