mirror of
https://github.com/glest/glest-source.git
synced 2025-09-29 00:48:58 +02:00
fix spelling of "Divider" that shows in map editor
also changed the corresponding variable names
This commit is contained in:
@@ -561,8 +561,8 @@ void Program::shiftDown() {
|
||||
}
|
||||
|
||||
|
||||
void Program::randomizeMapHeights(bool withReset,int minimumHeight, int maximumHeight, int chanceDevider, int smoothRecursions) {
|
||||
if(map) map->randomizeHeights(withReset, minimumHeight, maximumHeight, chanceDevider, smoothRecursions);
|
||||
void Program::randomizeMapHeights(bool withReset,int minimumHeight, int maximumHeight, int chanceDivider, int smoothRecursions) {
|
||||
if(map) map->randomizeHeights(withReset, minimumHeight, maximumHeight, chanceDivider, smoothRecursions);
|
||||
}
|
||||
|
||||
void Program::randomizeFactions() {
|
||||
|
Reference in New Issue
Block a user