diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2026-01-04 22:04:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-04 22:04:57 -0600 |
| commit | 9db0b4578cad463f6f41a1777a449b5e81e15d97 (patch) | |
| tree | 06ab63dda0cd929e55a976ccb7dcab459d612571 /mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp | |
| parent | 6dc782221eb46432f35bfb4cf3f64d70c0b8b640 (diff) | |
Random things I've been meaning to do (#1435)
- Update curated preset
- Fix column alignment on overlay menu
- Generate spoiler file by default
- Add timesplit file to gitignore
Diffstat (limited to 'mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp')
| -rw-r--r-- | mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp b/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp index ee22858a8..182aea74d 100644 --- a/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp +++ b/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp @@ -447,7 +447,7 @@ void Rando::MiscBehavior::OnFileCreate(s16 fileNum) { std::to_string(RANDO_SAVE_OPTIONS[RO_LOGIC])); } - if (CVarGetInteger("gRando.GenerateSpoiler", 0)) { + if (CVarGetInteger("gRando.GenerateSpoiler", 1)) { nlohmann::json spoiler = Rando::Spoiler::GenerateFromSaveContext(); spoiler["inputSeed"] = inputSeed; |
