Define a static variable to fix debug mode crash.

Fixes #404
develop
quipyowert 2014-12-01 17:19:20 -08:00
parent a6b5ffef79
commit f4e8fa2f30
1 changed files with 2 additions and 0 deletions

@ -74,6 +74,8 @@ using df::global::world;
extern bool GetLocalFeature(t_feature &feature, df::coord2d rgn_pos, int32_t index); extern bool GetLocalFeature(t_feature &feature, df::coord2d rgn_pos, int32_t index);
const unsigned MapExtras::BiomeInfo::MAX_LAYERS;
const BiomeInfo MapCache::biome_stub = { const BiomeInfo MapCache::biome_stub = {
df::coord2d(), df::coord2d(),
-1, -1, -1, -1, -1, -1, -1, -1,