aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.h
diff options
context:
space:
mode:
authorPaul Gilbert2008-02-14 22:52:57 +0000
committerPaul Gilbert2008-02-14 22:52:57 +0000
commitfe1078f08fb1126d116431d70f3cadcb4ea34f8c (patch)
tree5a10cefbc07fbaf25973943546f6bffc2a198e6a /engines/lure/lure.h
parenta057491db26db53d7371d94481e4dcdf1086c0a6 (diff)
downloadscummvm-rg350-fe1078f08fb1126d116431d70f3cadcb4ea34f8c.tar.gz
scummvm-rg350-fe1078f08fb1126d116431d70f3cadcb4ea34f8c.tar.bz2
scummvm-rg350-fe1078f08fb1126d116431d70f3cadcb4ea34f8c.zip
Changed error dialog display to exit ScummVM through the standard execution path rather than using the exit() method
svn-id: r30866
Diffstat (limited to 'engines/lure/lure.h')
-rw-r--r--engines/lure/lure.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/lure.h b/engines/lure/lure.h
index b4a131ed62..fa70abc1f0 100644
--- a/engines/lure/lure.h
+++ b/engines/lure/lure.h
@@ -46,6 +46,7 @@ struct LureGameDescription;
class LureEngine : public Engine {
private:
+ bool _initialised;
uint8 _saveVersion;
Disk *_disk;
Resources *_resources;