aboutsummaryrefslogtreecommitdiff
path: root/engines/access/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/sound.h')
-rw-r--r--engines/access/sound.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/access/sound.h b/engines/access/sound.h
index 5089bd093b..dc8bd90b85 100644
--- a/engines/access/sound.h
+++ b/engines/access/sound.h
@@ -52,8 +52,6 @@ private:
void clearSounds();
void playSound(Resource *res, int priority);
- void stopSound();
-
public:
Common::Array<SoundEntry> _soundTable;
bool _playingSound;
@@ -69,6 +67,7 @@ public:
Resource *loadSound(int fileNum, int subfile);
void loadSounds(Common::Array<RoomInfo::SoundIdent> &sounds);
+ void stopSound();
void freeSounds();
};