Skip to content

Commit

Permalink
Unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyPtn committed Oct 27, 2024
1 parent 9c68f32 commit fca8971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sound.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ void S_StopMusic( void ) {

export void S_ChangeMusic( int musicnum, int looping ) {
musicinfo_t *music{};
char namebuf[9];

if ( (musicnum <= mus_None) || (musicnum >= NUMMUSIC) )
{
Expand Down

0 comments on commit fca8971

Please sign in to comment.