From cee6a336f2fca7c7c55184fbb6599507c737c9cd Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 1 Dec 2017 22:43:16 +0100 Subject: FULLPIPE: Fix bug #9673: Unable to move after loading a save from the title screen --- engines/fullpipe/modal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/fullpipe/modal.h') 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; -- cgit v1.2.3