diff options
Diffstat (limited to '')
-rw-r--r-- | src/Generating/VillageGen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Generating/VillageGen.h b/src/Generating/VillageGen.h index bda6b0312..6b7c4a3b4 100644 --- a/src/Generating/VillageGen.h +++ b/src/Generating/VillageGen.h @@ -38,6 +38,7 @@ public: int a_MinDensity, int a_MaxDensity, cBiomeGenPtr a_BiomeGen, cTerrainHeightGenPtr a_HeightGen, + int a_SeaLevel, const AStringVector & a_PrefabsToLoad ); |