Fix MapCache compiling error on Windows

develop
lethosor 2015-01-05 17:28:36 -05:00
parent f4b75787be
commit d932c76242
1 changed files with 2 additions and 0 deletions

@ -74,7 +74,9 @@ using df::global::world;
extern bool GetLocalFeature(t_feature &feature, df::coord2d rgn_pos, int32_t index);
#ifdef LINUX_BUILD
const unsigned MapExtras::BiomeInfo::MAX_LAYERS;
#endif
const BiomeInfo MapCache::biome_stub = {
df::coord2d(),