From 2db419a1e0c5b9f51f3b5a20542cdb5a7d6fa479 Mon Sep 17 00:00:00 2001 From: erihel Date: Tue, 25 Sep 2012 18:26:16 +0200 Subject: * Building should work now without 'ground not flat' message --- src/graphics/engine/terrain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics/engine/terrain.h') diff --git a/src/graphics/engine/terrain.h b/src/graphics/engine/terrain.h index b83bfc8..3012e62 100644 --- a/src/graphics/engine/terrain.h +++ b/src/graphics/engine/terrain.h @@ -37,7 +37,7 @@ class CWater; //! Limit of slope considered a flat piece of land -const short TERRAIN_FLATLIMIT = (5.0f*Math::PI/180.0f); +const float TERRAIN_FLATLIMIT = (5.0f*Math::PI/180.0f); /** -- cgit v1.2.3-1-g7c22