Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/entityprojectile.h')
-rw-r--r--src/core/entityprojectile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/entityprojectile.h b/src/core/entityprojectile.h
index 2651203..932b082 100644
--- a/src/core/entityprojectile.h
+++ b/src/core/entityprojectile.h
@@ -12,6 +12,8 @@
namespace core
{
+const float PROJECTILE_RADIUS = 0.025f;
+
class EntityProjectile : public core::EntityDynamic
{
public: