Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 9, 2024
2 parents 581e3a9 + 1c83dc6 commit 435a190
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/dlls/triggers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ void PlayCDTrack( int iTrack )
continue;
}

if (ARENA != AgGametype() && CTF!= AgGametype())
if (ARENA != AgGametype() && CTF != AgGametype() && LMS != AgGametype())
{
if (iTrack == -1)
{
Expand Down
Binary file modified maps/Crossfire.rmf
Binary file not shown.

0 comments on commit 435a190

Please sign in to comment.