From 9234eeb1d2954a3dae6c84ffa8ed8643953272c5 Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 5 Aug 2025 15:27:57 +0200 Subject: Experimental MD3 to OBJ to IQM converter and code removal, shit compiles... --- src/shared/iengine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/iengine.h') diff --git a/src/shared/iengine.h b/src/shared/iengine.h index 8bc7521..74a6634 100644 --- a/src/shared/iengine.h +++ b/src/shared/iengine.h @@ -368,7 +368,7 @@ extern void moveplayer(physent *pl, int moveres, bool local); extern bool moveplayer(physent *pl, int moveres, bool local, int curtime); extern bool collide(physent *d, const vec &dir = vec(0, 0, 0), float cutoff = 0.0f, bool playercol = true, bool insideplayercol = false); extern bool bounce(physent *d, float secs, float elasticity, float grav); -extern bool bounce(physent *d, float elasticity, float float grav); +extern bool bounce(physent *d, float elasticity, float grav); extern void avoidcollision(physent *d, const vec &dir, physent *obstacle, float space); extern bool overlapsdynent(const vec &o, float radius); extern bool movecamera(physent *pl, const vec &dir, float dist, float stepdist); -- cgit v1.2.3