aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 3c79908971..aa248febe2 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -146,6 +146,7 @@ public:
char *_startTot;
char *_startTot0;
bool _copyProtection;
+ bool _noMusic;
bool _quitRequested;
Game *_game;
@@ -168,7 +169,6 @@ public:
Util *_util;
Inter *_inter;
Adlib *_adlib;
- Infogrames *_infogrames;
GobEngine *_vm;
void writeVarDebug(uint32 offs, uint32 v);