- eliminated int_upos wrapper

This commit is contained in:
Christoph Oelckers 2022-08-31 00:39:51 +02:00
parent 3ac4e7ed2d
commit b557e5b5db

View file

@ -940,7 +940,6 @@ struct USER
int int_ceiling_dist() const { return ceiling_dist * zworldtoint; }
int int_floor_dist() const { return floor_dist * zworldtoint; }
const vec3_t int_upos() const { return { int(pos.X * worldtoint), int(pos.Y * worldtoint),int(pos.Z * zworldtoint) }; }
//
// Variables that can be used by actors and Player