aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/snail.h
diff options
context:
space:
mode:
authorPaul Gilbert2011-11-27 22:16:52 +1100
committerPaul Gilbert2011-11-27 22:16:52 +1100
commit37756c9ffeabcf2dfc91b2dce36dc928d580ce3d (patch)
treeec5543ba8aba57917177240252b1107b7eee25d6 /engines/cge/snail.h
parent7d9caea68a28b44daee784849138dcbb195cff41 (diff)
downloadscummvm-rg350-37756c9ffeabcf2dfc91b2dce36dc928d580ce3d.tar.gz
scummvm-rg350-37756c9ffeabcf2dfc91b2dce36dc928d580ce3d.tar.bz2
scummvm-rg350-37756c9ffeabcf2dfc91b2dce36dc928d580ce3d.zip
CGE: Better fix for restoring savegames when a cut-scene is active
Diffstat (limited to 'engines/cge/snail.h')
-rw-r--r--engines/cge/snail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge/snail.h b/engines/cge/snail.h
index 6749d6bcc8..6a9e717441 100644
--- a/engines/cge/snail.h
+++ b/engines/cge/snail.h
@@ -70,6 +70,7 @@ public:
void addCallback(CommandType com, int ref, int val, CallbackType cbType);
void insertCommand(CommandType com, int ref, int val, void *ptr);
bool idle();
+ void reset();
private:
CGEEngine *_vm;
bool _turbo;