1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

I have no idea what I'm doing

This commit is contained in:
DJWarmonger
2018-07-26 12:06:55 +02:00
parent 75f8c8b29a
commit 273802c92c
28 changed files with 1887 additions and 431 deletions

View File

@@ -137,7 +137,7 @@ EMonsterStrength::EMonsterStrength CMapGenOptions::getMonsterStrength() const
void CMapGenOptions::setMonsterStrength(EMonsterStrength::EMonsterStrength value)
{
monsterStrength = value;
monsterStrength = value;
}
void CMapGenOptions::resetPlayersMap()