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/gameserver.cc
parente0675cdd516c8ba9f9840c48de6054356878bda2 (diff)
Updated code comments, added zone information record.
Diffstat (limited to 'src/core/gameserver.cc')
-rw-r--r--src/core/gameserver.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/gameserver.cc b/src/core/gameserver.cc
index 96dd51e..f9cc061 100644
--- a/src/core/gameserver.cc
+++ b/src/core/gameserver.cc
@@ -158,6 +158,9 @@ GameServer::GameServer() : GameInterface()
server_mode = SinglePlayer;
}
+ // create the default infotype for zones
+ Zone::set_infotype(new InfoType("zone"));
+
// create the default infotype for entities
Entity::set_infotype(new InfoType("entity"));