aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
diff options
context:
space:
mode:
authorTravis Howell2003-01-12 02:01:07 +0000
committerTravis Howell2003-01-12 02:01:07 +0000
commit93184025d912d996298b5308a50c02c24b142700 (patch)
treedf3badf5b0bab6c4d1663b2f3fe3ba71abc5694a /simon/sound.h
parent47fe35819a394e84fc42227cf2c4757003bb1ae9 (diff)
downloadscummvm-rg350-93184025d912d996298b5308a50c02c24b142700.tar.gz
scummvm-rg350-93184025d912d996298b5308a50c02c24b142700.tar.bz2
scummvm-rg350-93184025d912d996298b5308a50c02c24b142700.zip
Add warning when voice files are missing in simon2amiga/mac
Work if voice file is missing in simon2amiga/mac svn-id: r6411
Diffstat (limited to 'simon/sound.h')
-rw-r--r--simon/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/sound.h b/simon/sound.h
index 58408b2864..0cc2645822 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -74,6 +74,7 @@ public:
PlayingSoundHandle _effects_handle;
PlayingSoundHandle _ambient_handle;
+ bool _voice_file;
uint _ambient_playing;
SimonSound(const byte game, const GameSpecificSettings *gss, const char *gameDataPath, SoundMixer *mixer);