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>2012-10-07 21:38:00 +0000
committerStijn Buys <ingar@osirion.org>2012-10-07 21:38:00 +0000
commit9ce4282b3c309bb838888264f2e68c0b458224ac (patch)
treeb9643018cf525ab1168dd68fd170eb89b6edca97 /src/core/entity.h
parente0675cdd516c8ba9f9840c48de6054356878bda2 (diff)
Updated code comments, added zone information record.
Diffstat (limited to 'src/core/entity.h')
-rw-r--r--src/core/entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/entity.h b/src/core/entity.h
index 77bc2d8..07a3bec 100644
--- a/src/core/entity.h
+++ b/src/core/entity.h
@@ -201,7 +201,7 @@ public:
return entity_slots;
}
- /// entity info
+ /// entity information record
inline const Info *info() const {
return entity_info;
}