Skip to content

Commit da15e5b

Browse files
authored
MP3 music player kept on asserting, just ifndef it out for now (#1203)
1 parent e4be1c7 commit da15e5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/game/client/mp3player.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,9 @@ void CMP3Player::PlaySong( int songIndex, float skipTime /*= 0.0f */ )
15971597
return;
15981598
}
15991599

1600+
#ifndef NEO
16001601
Assert( !Q_stristr( soundname, "/" ) );
1602+
#endif
16011603
song.playbackfilename = g_pFullFileSystem->FindOrAddFileName( soundname );
16021604

16031605

0 commit comments

Comments
 (0)