aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/modal.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-12-01 22:43:16 +0100
committerEugene Sandulenko2017-12-01 22:43:16 +0100
commitcee6a336f2fca7c7c55184fbb6599507c737c9cd (patch)
treee9883073bb9b780574a2ec2cb66f15b539912325 /engines/fullpipe/modal.h
parent8f8b2ed003f9ba998ab4717fad533a2bc8ae1369 (diff)
downloadscummvm-rg350-cee6a336f2fca7c7c55184fbb6599507c737c9cd.tar.gz
scummvm-rg350-cee6a336f2fca7c7c55184fbb6599507c737c9cd.tar.bz2
scummvm-rg350-cee6a336f2fca7c7c55184fbb6599507c737c9cd.zip
FULLPIPE: Fix bug #9673: Unable to move after loading a save from the title screen
Diffstat (limited to 'engines/fullpipe/modal.h')
-rw-r--r--engines/fullpipe/modal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/modal.h b/engines/fullpipe/modal.h
index 1bc576c70e..9f5e4088cb 100644
--- a/engines/fullpipe/modal.h
+++ b/engines/fullpipe/modal.h
@@ -51,6 +51,7 @@ class BaseModalObject {
BaseModalObject() : _parentObj(0) { _objtype = kObjTypeDefault; }
virtual ~BaseModalObject() {}
+ void deleteObject();
virtual bool pollEvent() = 0;
virtual bool handleMessage(ExCommand *message) = 0;