diff options
Diffstat (limited to 'src/mg_biome.h')
-rw-r--r-- | src/mg_biome.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mg_biome.h b/src/mg_biome.h index 46ae21959..ce5ce2f0a 100644 --- a/src/mg_biome.h +++ b/src/mg_biome.h @@ -61,7 +61,7 @@ public: static const char *OBJECT_TITLE; BiomeManager(IGameDef *gamedef); - ~BiomeManager(); + virtual ~BiomeManager(); const char *getObjectTitle() const { @@ -73,7 +73,7 @@ public: return new Biome; } - void clear(); + virtual void clear(); void calcBiomes(s16 sx, s16 sy, float *heat_map, float *humidity_map, s16 *height_map, u8 *biomeid_map); |