diff options
author | Paweł Kołodziejski | 2003-12-24 17:29:07 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-12-24 17:29:07 +0000 |
commit | 88cdcc9193a4326558cee17c9c6ba775b516e813 (patch) | |
tree | b3a1868d2ef31d3e25ecf6054db21a3e3b10d705 /scumm/smush | |
parent | 43b8312c80595dc8c4444c425fda972aeadd91d8 (diff) | |
download | scummvm-rg350-88cdcc9193a4326558cee17c9c6ba775b516e813.tar.gz scummvm-rg350-88cdcc9193a4326558cee17c9c6ba775b516e813.tar.bz2 scummvm-rg350-88cdcc9193a4326558cee17c9c6ba775b516e813.zip |
fixed compilation
svn-id: r11891
Diffstat (limited to 'scumm/smush')
-rw-r--r-- | scumm/smush/smush_mixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/smush_mixer.h b/scumm/smush/smush_mixer.h index ec54d647e5..74daa1091d 100644 --- a/scumm/smush/smush_mixer.h +++ b/scumm/smush/smush_mixer.h @@ -36,7 +36,7 @@ class SmushMixer { private: SoundMixer *_mixer; - struct { + struct channels { int id; SmushChannel *chan; PlayingSoundHandle handle; |