diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-19 20:17:13 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-19 20:17:13 -0400 |
| commit | 99c78680de41fc627ec5d2737b2639605e87ae32 (patch) | |
| tree | a3e5eb7c03f1de53dc6a0461d88527a6f1b8fd05 /src/d/d_s_open.cpp | |
| parent | 6610bf1d1ca48bacda8fcbe3803a7c3b8c6cf214 (diff) | |
Fix version defines
Diffstat (limited to 'src/d/d_s_open.cpp')
| -rw-r--r-- | src/d/d_s_open.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_s_open.cpp b/src/d/d_s_open.cpp index 11e59f1b..7cb6ef4b 100644 --- a/src/d/d_s_open.cpp +++ b/src/d/d_s_open.cpp @@ -39,7 +39,7 @@ cPhs_State dScnOpen_c::create() { /* 80232BC4-80232CAC .text execute__10dScnOpen_cFv */ BOOL dScnOpen_c::execute() { -#if VERSION != VERSION_JPN +#if VERSION > VERSION_JPN if (mpProc->mState >= 5 && !fopOvlpM_IsPeek() && !dComIfG_resetToOpening(this)) { #else if (!fopOvlpM_IsPeek() && !dComIfG_resetToOpening(this)) { |
