diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-09-14 18:29:28 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-09-14 18:37:33 -0400 |
| commit | ca9c3fd7f3c97d8c0fb7b4c308069f0a3eb5d2e5 (patch) | |
| tree | 4df6ecf6cdee3ebe47060a59c2e2ad931036165b /src/d/d_stage.cpp | |
| parent | 67c9e3346c32ff52c37e21ec5804a2fd59cf9031 (diff) | |
Storyflag Enum
Diffstat (limited to 'src/d/d_stage.cpp')
| -rw-r--r-- | src/d/d_stage.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp index 7d2d2d38..c97aeb0d 100644 --- a/src/d/d_stage.cpp +++ b/src/d/d_stage.cpp @@ -386,7 +386,9 @@ MapRelated::MapRelated() ((dScGame_c::isCurrentStage("F300") || dScGame_c::isCurrentStage("F300_4")) && SceneflagManager::sInstance->checkTempOrSceneflag(3)); if (!showDesertPast) { - bool hideSeaPast = !(dScGame_c::isCurrentStage("F301_1") && StoryflagManager::sInstance->getCounterOrFlag(519)); + bool hideSeaPast = + !(dScGame_c::isCurrentStage("F301_1") && + StoryflagManager::sInstance->getCounterOrFlag(STORYFLAG_SEA_CHART_ACTIVATED)); if (hideSeaPast) { showPastVariant = false; } |
