CLIENT: build fix

This commit is contained in:
MotoLegacy 2024-12-08 21:47:46 -08:00
parent 69e0ec87b7
commit 3bf403655a

View file

@ -1119,9 +1119,9 @@ noref void() CSQC_Parse_Event =
break;
case EVENT_REVIVEON:
float reviveon_player_index = readbyte() - 1; // playernum starts at one.
if (reviveoff_player_index < 0)
if (reviveon_player_index < 0)
return;
revive_icons[reviveon_player_index].state = 1;
revive_icons[reviveon_player_index].draw = true;
break;