From c502a72f6ed01447d74bbb669c73f9105bec3b82 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 5 Jan 2003 00:58:30 +0000 Subject: Fix error in my last commit svn-id: r6334 --- simon/simon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simon/simon.cpp b/simon/simon.cpp index 4e6d5b1062..a28fe812f9 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -837,7 +837,7 @@ void SimonState::playSting(uint a) uint16 size; _mus_file = new File(); - sprintf(filename, "STINGS%i.MUS", a); + sprintf(filename, "STINGS%i.MUS", _midi_sfx); _mus_file->open(filename, _gameDataPath); if (!_mus_file->isOpen()) { warning("Can't load sound effect from '%s'", filename); -- cgit v1.2.3