mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
There was a semicolon missing in s_sound.cpp
SVN r479 (trunk)
This commit is contained in:
parent
0320057260
commit
8c16853cb3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue