diff options
| author | Max Roncace <me@caseif.net> | 2025-11-21 02:09:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 23:09:21 -0800 |
| commit | e6a5d5c3dd3249fe61086ba37fecc9684caa4191 (patch) | |
| tree | f2ab7b1f19f278159263bfcf3340575aaa599d2c /src/d/actor/d_a_mg_fshop.cpp | |
| parent | 91011befd7f834db307ab4b35d7937b470c9f333 (diff) | |
Miscellaneous retail+debug fixes, link several new TUs (#2836)
Diffstat (limited to 'src/d/actor/d_a_mg_fshop.cpp')
| -rw-r--r-- | src/d/actor/d_a_mg_fshop.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/d/actor/d_a_mg_fshop.cpp b/src/d/actor/d_a_mg_fshop.cpp index 0bb2a49848..8c15501248 100644 --- a/src/d/actor/d_a_mg_fshop.cpp +++ b/src/d/actor/d_a_mg_fshop.cpp @@ -1686,7 +1686,11 @@ static int daFshop_Create(fopAc_ac_c* actor) { int sp24; if (sp10 == 1) { +#if VERSION == VERSION_GCN_JPN + sp24 = dComIfGs_getEventReg(check_kind[i]); +#else sp24 = 2.54f * dComIfGs_getEventReg(check_kind[i]); +#endif } else { sp24 = dComIfGs_getEventReg(check_kind[i]); } |
