Fixed Loading and Saving

New Maps save a Dummy 0 at settings[17]
This commit is contained in:
StempunkDev 2023-07-30 13:58:55 +02:00
parent c0c5161f97
commit c8ae576221
3 changed files with 4 additions and 3 deletions

View file

@ -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,