add comment

This commit is contained in:
gfgtdf 2023-03-15 05:54:12 +01:00
parent 3372fbfae2
commit a34ebd0b5e

View File

@ -429,7 +429,8 @@ level_result::type playsingle_controller::play_scenario(const config& level)
try {
play_scenario_init(level);
// clears level config;
// clears level config (the intention was probably just to save some ram),
// Note: this might clear 'level', so don't use level after this.
saved_game_.remove_snapshot();
play_scenario_main_loop();