Skip to content

Commit

Permalink
Don't re-play the map's music during intermission
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioSMB committed Oct 30, 2024
1 parent 00fa2d3 commit 16650ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quake/server/client.qc
Original file line number Diff line number Diff line change
Expand Up @@ -2464,7 +2464,7 @@ string rogue_getcdtrack(int numb)
.string music;
string getcdtrack(int numb)
{
if(world.music)
if(world.music && !intermission_running)
return world.music;
if(IsHipnoticMap())
return hip_getcdtrack(numb);
Expand Down

0 comments on commit 16650ea

Please sign in to comment.