diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2026-02-14 11:03:31 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 11:03:31 -0600 |
| commit | 4f2548d9d6a97e18a371ef01ba6960bc36006e08 (patch) | |
| tree | 471e83e15cede740eb7af24c368f2ccc38fdaef6 /mm/2s2h/Rando/MiscBehavior | |
| parent | eed759261b049e5aaf90a05d5a595c82aa475a15 (diff) | |
| parent | f62f5735b90878ad97556e47341b881c9c81f78b (diff) | |
Merge pull request #1554 from HarbourMasters/develop-keiichi
keiichi -> develop
Diffstat (limited to 'mm/2s2h/Rando/MiscBehavior')
| -rw-r--r-- | mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp b/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp index 75785b966..f6f1af194 100644 --- a/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp +++ b/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp @@ -53,6 +53,7 @@ void Rando::MiscBehavior::OnFileCreate(s16 fileNum) { hadInputSeed = false; } + SPDLOG_INFO("Generating new randomizer with seed: {}", inputSeed); uint32_t finalSeed = Ship_Hash(inputSeed); Ship_Random_Seed(finalSeed); |
