Fix compiler warning

This commit is contained in:
Louis-Antoine 2020-03-19 14:40:35 +01:00
parent 1d5d6ead65
commit c1b50397ce

View file

@ -1550,6 +1550,10 @@ boolean P_EvaluateMusicStatus(UINT16 status, const char *musname)
int i;
boolean result = false;
#ifndef HAVE_BLUA
(void)musname;
#endif
for (i = 0; i < MAXPLAYERS; i++)
{
if (!P_IsLocalPlayer(&players[i]))