Added mapType to BaseGenerator

This commit is contained in:
Kayne Ruse
2014-06-21 18:10:57 +10:00
parent 8afd0e7c8a
commit 3662a97475
13 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
*/
#include "caves_generator.hpp"
CavesGenerator::CavesGenerator() {
CavesGenerator::CavesGenerator() : BaseGenerator(MapType::CAVES) {
//
}