Updated selection mechanism

This commit is contained in:
mathusummut
2019-02-01 04:31:10 +01:00
parent fa0ae69220
commit 66383eaa54
29 changed files with 184 additions and 260 deletions

View File

@@ -1274,7 +1274,7 @@ wxT("Help")).ShowModal();
switch (enabledGroup) {
case ctHeight:
program->glestChangeMapHeight(x, y, height, radius);
program->changeMapHeight(x, y, height, radius);
break;
case ctSurface:
program->changeMapSurface(x, y, surface, radius);