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