aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
authorStrangerke2016-11-16 14:42:19 -0800
committerEugene Sandulenko2017-01-25 22:42:07 +0100
commitc62b719118c215c0198a2dda46746d922c6a37e1 (patch)
tree2574ec9639135c6fa7c8efae00955d30d81264ee /engines/cryo/cryolib.h
parent1b34a02db7c17131a6f6d0004df1dec00c0ed8d9 (diff)
downloadscummvm-rg350-c62b719118c215c0198a2dda46746d922c6a37e1.tar.gz
scummvm-rg350-c62b719118c215c0198a2dda46746d922c6a37e1.tar.bz2
scummvm-rg350-c62b719118c215c0198a2dda46746d922c6a37e1.zip
CRYO: Some more renaming and reducing of scope
Diffstat (limited to 'engines/cryo/cryolib.h')
-rw-r--r--engines/cryo/cryolib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/cryo/cryolib.h b/engines/cryo/cryolib.h
index e14b798989..3bb4186fd7 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -150,10 +150,10 @@ typedef struct sound_t sound_t;
struct soundgroup_t {
sound_t *_sound[kCryoMaxClSounds];
- int16 _numSounds;
- int16 _soundIndex;
- int16 _playIndex;
- int16 ff_106;
+ int16 _numSounds;
+ int16 _soundIndex;
+ int16 _playIndex;
+ bool _forceWait;
};
typedef struct soundgroup_t soundgroup_t;