Compile fix.

This commit is contained in:
toaster 2019-10-16 17:39:38 +01:00
parent 77160ae37b
commit e3e87d7655

View file

@ -2062,7 +2062,7 @@ static void Got_Suicide(UINT8 **cp, INT32 playernum)
INT32 suicideplayer = READINT32(*cp);
// You can't suicide someone else. Nice try, there.
if (respawnplayer != playernum || (!G_PlatformGametype()))
if (suicideplayer != playernum || (!G_PlatformGametype()))
{
CONS_Alert(CONS_WARNING, M_GetText("Illegal suicide command received from %s\n"), player_names[playernum]);
if (server)