aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
diff options
context:
space:
mode:
authorTravis Howell2003-12-13 01:54:17 +0000
committerTravis Howell2003-12-13 01:54:17 +0000
commit3d04b69cbd3ab86b480eab124404c086b03cbbbc (patch)
treeef4169a5f2a8f17884ce2b914b143156daca6caa /simon/sound.h
parentc7a6458849fac8db44c05eb74209ad33afc0812c (diff)
downloadscummvm-rg350-3d04b69cbd3ab86b480eab124404c086b03cbbbc.tar.gz
scummvm-rg350-3d04b69cbd3ab86b480eab124404c086b03cbbbc.tar.bz2
scummvm-rg350-3d04b69cbd3ab86b480eab124404c086b03cbbbc.zip
Don't switch voice file in simon2mac unless needed.
svn-id: r11608
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 c7da0bfdf0..a6217540a5 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -46,6 +46,7 @@ private:
uint16 *_filenums;
uint32 *_offsets;
+ uint16 _last_voice_file;
public:
PlayingSoundHandle _voice_handle;