From 290e9219208fd904807bded7ccdb7109a4f92bc6 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 21 Nov 2011 14:36:21 +0200 Subject: Relatively snappy object-ground collision detection --- src/content_cao.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content_cao.h') diff --git a/src/content_cao.h b/src/content_cao.h index 3f6b9d877..fa7a0cb4c 100644 --- a/src/content_cao.h +++ b/src/content_cao.h @@ -92,7 +92,7 @@ struct SmoothTranslator if(anim_time > 0.001) moveratio = anim_time_counter / anim_time; // Move a bit less than should, to avoid oscillation - moveratio = moveratio * 0.5; + moveratio = moveratio * 0.8; float move_end = 1.5; if(aim_is_end) move_end = 1.0; -- cgit v1.2.3