aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/eden.h
diff options
context:
space:
mode:
authorRetro-Junk2017-01-23 02:13:32 +0300
committerEugene Sandulenko2017-01-25 22:42:25 +0100
commit963409192551f847d9222c570e7193982ab96bd4 (patch)
tree65e5620c3472296b8409bfbf3fd4d7d1785bea84 /engines/cryo/eden.h
parentd23bb8860bf7d561e09f503d12c17b6255fe5670 (diff)
downloadscummvm-rg350-963409192551f847d9222c570e7193982ab96bd4.tar.gz
scummvm-rg350-963409192551f847d9222c570e7193982ab96bd4.tar.bz2
scummvm-rg350-963409192551f847d9222c570e7193982ab96bd4.zip
CRYO: Add sound playback to HNM files (buggy yet)
Diffstat (limited to 'engines/cryo/eden.h')
-rw-r--r--engines/cryo/eden.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/eden.h b/engines/cryo/eden.h
index 4cc74494d3..33d9ffccde 100644
--- a/engines/cryo/eden.h
+++ b/engines/cryo/eden.h
@@ -641,7 +641,7 @@ private:
CSoundChannel *_musicChannel;
CSoundChannel *_voiceChannel;
- SoundChannel *_hnmSoundChannel;
+ CSoundChannel *_hnmSoundChannel;
Sound *_voiceSound;
View *_view2;