aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2.h')
-rw-r--r--engines/cge2/cge2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h
index cd3a56617a..48d9bc84fe 100644
--- a/engines/cge2/cge2.h
+++ b/engines/cge2/cge2.h
@@ -271,10 +271,10 @@ public:
bool _dark;
int _waitSeq;
int _waitRef;
- struct CommandStat {
+ struct {
int *_wait;
int _ref[2];
- } _commandStat;
+ } _soundStat;
bool _taken;
bool _endGame;
bool _flag[4];