- adjusted Exhumed's gun code to the horizon sign flip

This commit is contained in:
Christoph Oelckers 2022-10-12 12:53:29 +02:00
parent 0600bf5860
commit a928a99328

View file

@ -870,7 +870,7 @@ loc_flag:
}
}
BuildBullet(pPlayerActor, nAmmoType, nHeight, nAngle, target, var_1C, int(h * zworldtoint));
BuildBullet(pPlayerActor, nAmmoType, nHeight, nAngle, target, var_1C, -int(h * zworldtoint));
break;
}