Improved Debug running options in battle, allowed Debug running from battle by choosing Call, removed support for save files in the old save location

This commit is contained in:
Maruno17
2022-10-02 16:01:35 +01:00
parent 88dc215417
commit 4ddf689887
4 changed files with 38 additions and 33 deletions

View File

@@ -19,7 +19,6 @@ module Game
# Loads bootup data from save file (if it exists) or creates bootup data (if
# it doesn't).
def self.set_up_system
SaveData.move_old_windows_save if System.platform[/Windows/]
save_data = (SaveData.exists?) ? SaveData.read_from_file(SaveData::FILE_PATH) : {}
if save_data.empty?
SaveData.initialize_bootup_values