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/zone.h')
-rw-r--r--src/core/zone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/zone.h b/src/core/zone.h
index d2cdf2c..f80999d 100644
--- a/src/core/zone.h
+++ b/src/core/zone.h
@@ -97,7 +97,7 @@ public:
}
/// find an entity inside a zone
- Entity *find_entity(Entity *entity);
+ Entity *find_entity(const Entity *entity);
/// find an entity inside a zone
Entity *find_entity(unsigned int id);