From c94a36178822a98941f3158d0ed04dbd1a27622b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 26 Sep 2022 21:25:51 +0200 Subject: [PATCH] - deleted int_hitpos. --- source/core/coreactor.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/core/coreactor.h b/source/core/coreactor.h index 5d1f4afc6..95debe659 100644 --- a/source/core/coreactor.h +++ b/source/core/coreactor.h @@ -251,11 +251,6 @@ struct HitInfoBase hitActor = actor; hitpos = pos; } - - const vec3_t int_hitpos() const - { - return { int(hitpos.X * worldtoint), int(hitpos.Y * worldtoint), int(hitpos.Z * zworldtoint), }; - } }; template