mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-09 09:41:12 +00:00
Fix build error
This commit is contained in:
parent
7dadac6cbc
commit
5c4b9bf8c7
1 changed files with 1 additions and 1 deletions
|
@ -8796,7 +8796,7 @@ void P_MovePlayer(player_t *player)
|
||||||
if ((cmd->buttons & BT_SHIELD) && !(player->pflags & PF_SHIELDDOWN) && !spinshieldhack)
|
if ((cmd->buttons & BT_SHIELD) && !(player->pflags & PF_SHIELDDOWN) && !spinshieldhack)
|
||||||
{
|
{
|
||||||
// Transform into super if we can!
|
// Transform into super if we can!
|
||||||
if (P_SuperReady(player, true))
|
if (P_SuperReady(player))
|
||||||
P_DoSuperTransformation(player, false);
|
P_DoSuperTransformation(player, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue