aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
authorSven Hesse2006-05-31 08:44:14 +0000
committerSven Hesse2006-05-31 08:44:14 +0000
commit05499f58dd2e79cae46bd4f250df946261bdac35 (patch)
tree20e9ab41a9e9039a85edc9ab891587f7b55a9534 /engines/gob/gob.h
parent321acd2740936efeb85eb5b771cbfc86a3545e9b (diff)
downloadscummvm-rg350-05499f58dd2e79cae46bd4f250df946261bdac35.tar.gz
scummvm-rg350-05499f58dd2e79cae46bd4f250df946261bdac35.tar.bz2
scummvm-rg350-05499f58dd2e79cae46bd4f250df946261bdac35.zip
- Removed usage of OSystem::quit(), added a _quitRequested variable
- Fixed some leaks, unitialized memory and delete/delete[]-errors svn-id: r22790
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 80e45551e2..ca84d2bed3 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -98,6 +98,7 @@ public:
int32 _features;
Common::Language _language;
bool _copyProtection;
+ bool _quitRequested;
Game *_game;
Snd *_snd;