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/luaentity_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/luaentity_common.cpp') diff --git a/src/luaentity_common.cpp b/src/luaentity_common.cpp index 138e72dcb..503083d0b 100644 --- a/src/luaentity_common.cpp +++ b/src/luaentity_common.cpp @@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")" LuaEntityProperties::LuaEntityProperties(): - physical(true), + physical(false), weight(5), collisionbox(-0.5,-0.5,-0.5, 0.5,0.5,0.5), visual("single_sprite") -- cgit v1.2.3