mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Forgot to commit this compiling fix.
This commit is contained in:
parent
eb22f347f3
commit
a4fe3580e2
1 changed files with 1 additions and 1 deletions
|
@ -4641,7 +4641,7 @@ static void P_Boss4Thinker(mobj_t *mobj)
|
||||||
// Pinch phase!
|
// Pinch phase!
|
||||||
case 4:
|
case 4:
|
||||||
{
|
{
|
||||||
if (mobj->z < mobj->watertop+(512+128*(mobj->info->damage-mobj->health))<<FRACBITS)
|
if (mobj->z < (mobj->watertop + ((512+128*(mobj->info->damage-mobj->health))<<FRACBITS)))
|
||||||
mobj->momz = 8*FRACUNIT;
|
mobj->momz = 8*FRACUNIT;
|
||||||
else
|
else
|
||||||
mobj->momz = 0;
|
mobj->momz = 0;
|
||||||
|
|
Loading…
Reference in a new issue