mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Fixed Loading and Saving
New Maps save a Dummy 0 at settings[17]
This commit is contained in:
parent
c0c5161f97
commit
c8ae576221
3 changed files with 4 additions and 3 deletions
|
|
@ -109,7 +109,7 @@ function getSettings() {
|
|||
mapSize: mapSizeOutput.value,
|
||||
latitudeO: latitudeOutput.value,
|
||||
temperatureEquator: temperatureEquatorOutput.value,
|
||||
temperaturePole: temperaturePoleOutput.value,
|
||||
temperaturePole: 0, //Moved to options
|
||||
prec: precOutput.value,
|
||||
options: options,
|
||||
mapName: mapName.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue