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
@@ -21,7 +21,7 @@
*/
#include "towers_generator.hpp"
TowersGenerator::TowersGenerator() {
TowersGenerator::TowersGenerator() : BaseGenerator(MapType::TOWERS) {
//
}