Fix build error

This commit is contained in:
spherallic 2024-08-25 21:59:52 +02:00
parent 7dadac6cbc
commit 5c4b9bf8c7

View file

@ -8796,7 +8796,7 @@ void P_MovePlayer(player_t *player)
if ((cmd->buttons & BT_SHIELD) && !(player->pflags & PF_SHIELDDOWN) && !spinshieldhack)
{
// Transform into super if we can!
if (P_SuperReady(player, true))
if (P_SuperReady(player))
P_DoSuperTransformation(player, false);
}
}