Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sezero/quakespasm
Browse files Browse the repository at this point in the history
# Conflicts:
#	Quake/pr_edict.c
  • Loading branch information
andrei-drexler committed Sep 30, 2024
2 parents cb1ebef + d8d2b54 commit e91d24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quake/bgmusic.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ void BGM_PlayCDtrack (byte track, qboolean looping)
{
if (! handler->is_available)
goto _next;
if (! CDRIPTYPE(handler->type))
goto _next;
// if (! CDRIPTYPE(handler->type))
// goto _next;
q_snprintf(tmp, sizeof(tmp), "%s/track%02d.%s",
MUSIC_DIRNAME, (int)track, handler->ext);
if (! COM_FileExists(tmp, &path_id))
Expand Down

0 comments on commit e91d24f

Please sign in to comment.