From 8c16853cb3d385db7e46221dc59396b48c6322a5 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 4 Feb 2007 11:57:19 +0000 Subject: [PATCH] There was a semicolon missing in s_sound.cpp SVN r479 (trunk) --- src/s_sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_sound.cpp b/src/s_sound.cpp index 73f08aa92..dc56434cd 100644 --- a/src/s_sound.cpp +++ b/src/s_sound.cpp @@ -1497,7 +1497,7 @@ bool S_ChangeMusic (const char *musicname, int order, bool looping, bool force) if (gamestate == GS_LEVEL || gamestate == GS_TITLELEVEL) { musicname = level.music; - order = level.musicorder + order = level.musicorder; } else {