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>2014-12-25 12:47:21 +0000
committerStijn Buys <ingar@osirion.org>2014-12-25 12:47:21 +0000
commit3d07b4c02d201f73c7929f6e517ca1e7b95f12ae (patch)
tree104d33b5c28bc4c40ff621678352194755b001ce /src/game/base/game.h
parentc015b23be7f853c0e3028d9becf85e74ae647ff6 (diff)
Split zone validation into two phases.
Diffstat (limited to 'src/game/base/game.h')
-rw-r--r--src/game/base/game.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h
index 444916c..76d7797 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -118,7 +118,9 @@ private:
bool load_zone(core::Zone *zone);
- bool validate_zone(core::Zone *zone);
+ bool validate_zone_phase1(core::Zone *zone);
+
+ bool validate_zone_phase2(core::Zone *zone);
bool generate_entity_menus(core::Entity *entity);