From 8d97dc9891a3a4a217c72915b8a319f66f84d250 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 9 Dec 2014 07:50:40 +0100 Subject: ACCESS: stops the SFX sounds in the intro at the end of the countdown --- engines/access/sound.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/access/sound.h') 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 _soundTable; bool _playingSound; @@ -69,6 +67,7 @@ public: Resource *loadSound(int fileNum, int subfile); void loadSounds(Common::Array &sounds); + void stopSound(); void freeSounds(); }; -- cgit v1.2.3