Added mapType to BaseGenerator
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
#include "caves_generator.hpp"
|
||||
|
||||
CavesGenerator::CavesGenerator() {
|
||||
CavesGenerator::CavesGenerator() : BaseGenerator(MapType::CAVES) {
|
||||
//
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user