Make enabling game crops more seamless

This commit is contained in:
Lorenzooone
2024-06-25 00:28:50 +02:00
parent 781d7e28e7
commit e899286865
8 changed files with 19 additions and 28 deletions

View File

@@ -174,6 +174,7 @@ static bool save(const std::string path, const std::string name, const std::stri
}
file << "name=" << save_name << std::endl;
file << "version=" << get_version_string(false) << std::endl;
file << save_screen_info("bot_", bottom_info);
file << save_screen_info("joint_", joint_info);
file << save_screen_info("top_", top_info);