format, lint, more enums, revert fn rename

This commit is contained in:
Snarling
2022-10-05 14:52:48 -04:00
parent a78a84c5b5
commit 068533cd2f
23 changed files with 94 additions and 101 deletions
+1 -1
View File
@@ -707,7 +707,7 @@ function loadGame(saveString: string): boolean {
}
if (saveObj.hasOwnProperty("SettingsSave")) {
try {
// Try to set saved settings.
// Try to set saved settings.
Settings.load(saveObj.SettingsSave);
} catch (e) {}
}