From a928a99328cb5240d79f283690f114aad981c298 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 12 Oct 2022 12:53:29 +0200 Subject: [PATCH] - adjusted Exhumed's gun code to the horizon sign flip --- source/games/exhumed/src/gun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/games/exhumed/src/gun.cpp b/source/games/exhumed/src/gun.cpp index 89904ed36..cac0ef72f 100644 --- a/source/games/exhumed/src/gun.cpp +++ b/source/games/exhumed/src/gun.cpp @@ -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; }