diff --git a/src/game.c b/src/game.c index c150845b25..cc99c79a70 100644 --- a/src/game.c +++ b/src/game.c @@ -998,7 +998,7 @@ void save_game() SDL_RWops* rw = SDL_RWFromFile(gScenarioSavePath, "wb+"); if (rw != NULL) { - scenario_save(rw, 0x80000000); + scenario_save(rw, 0x80000000 | (gConfigGeneral.save_plugin_data ? 1 : 0)); log_verbose("Saved to %s", gScenarioSavePath); SDL_RWclose(rw);