aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-12-24 17:29:07 +0000
committerPaweł Kołodziejski2003-12-24 17:29:07 +0000
commit88cdcc9193a4326558cee17c9c6ba775b516e813 (patch)
treeb3a1868d2ef31d3e25ecf6054db21a3e3b10d705 /scumm/smush
parent43b8312c80595dc8c4444c425fda972aeadd91d8 (diff)
downloadscummvm-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.h2
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;