From 491c5628ff8f1f53655b85dd074449436a0ae6c3 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 29 Sep 2022 09:22:16 +0200 Subject: [PATCH] - floatified ghostThrowSeqCallback --- source/games/blood/src/aighost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/games/blood/src/aighost.cpp b/source/games/blood/src/aighost.cpp index 19d47d97e..52113a468 100644 --- a/source/games/blood/src/aighost.cpp +++ b/source/games/blood/src/aighost.cpp @@ -82,7 +82,7 @@ void ghostSlashSeqCallback(int, DBloodActor* actor) void ghostThrowSeqCallback(int, DBloodActor* actor) { - actFireThing(actor, 0, 0, actor->dudeSlope - 7500, kThingBone, 0xeeeee); + actFireThing(actor, 0., 0., actor->dudeSlope / 16384. * 0.25 - 0.11444, kThingBone, 14.93333); } void ghostBlastSeqCallback(int, DBloodActor* actor)