diff options
-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; |