Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-18 10:59:23 +0000
committerStijn Buys <ingar@osirion.org>2008-07-18 10:59:23 +0000
commit415cbb44d031e0a348d937c917c629913da0afce (patch)
treeb310564128d80bd24217cc32f71d39844dae5441 /src/core/entity.cc
parentd419f413daa75262cbf9ba3eb271c4028b0b6921 (diff)
parse engine sound from .map model
Diffstat (limited to 'src/core/entity.cc')
-rw-r--r--src/core/entity.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/entity.cc b/src/core/entity.cc
index db40f76..a0b859b 100644
--- a/src/core/entity.cc
+++ b/src/core/entity.cc
@@ -86,7 +86,7 @@ Entity::Entity(unsigned int flags) :
entity_flags = flags;
entity_moduletypeid = 0;
- entity_radius = 1.0f;
+ entity_radius = 0.5f;
entity_shape = Diamond;
entity_created = true;