HadeanLake
HadeanLake
### Describe the bug `to_ter` member is mandatory for terrain to furniture migration: https://github.com/CleverRaven/Cataclysm-DDA/blob/1a13be36d01648cbbaa206f79de5b58ed6ae62fc/src/savegame_json.cpp#L4582-L4587 but is missing from https://github.com/CleverRaven/Cataclysm-DDA/blob/1a13be36d01648cbbaa206f79de5b58ed6ae62fc/data/json/obsoletion_and_migration_0.I/obsolete_furniture.json#L91-L95 And this does not cause an error. ### Attach save file...
#### Summary Bugfixes "Fix ATM terrain to furniture migration" #### Purpose of change Fix #76200 The var `iid_furn` has only one use inside the for loop that loads terrains from...
### Describe the bug If a save loading breaking error occurs during loading the game player is kicked back to main menu. The main menu is obstructed by the loading...