diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-03-23 12:55:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-23 21:55:28 +0200 |
| commit | a4cdad86f4eb28df25708e8b4b1988148f690f2e (patch) | |
| tree | be0399dac50abe47e0d5d718a9fe9bdbffcbf474 /src/d/d_menu_ring.cpp | |
| parent | 4dc0cd9d09d5a53bf6d68f0018a8053a1507ee9a (diff) | |
b_gnd equivalent (#2340)
* b_gnd equivalent
* fix dEvt_info_c inlines
* fix some more inlines
Diffstat (limited to 'src/d/d_menu_ring.cpp')
| -rw-r--r-- | src/d/d_menu_ring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_menu_ring.cpp b/src/d/d_menu_ring.cpp index fff0541c50..9d4793084a 100644 --- a/src/d/d_menu_ring.cpp +++ b/src/d/d_menu_ring.cpp @@ -123,7 +123,7 @@ dMenu_Ring_c::dMenu_Ring_c(JKRExpHeap* i_heap, STControl* i_stick, CSTControl* i mRingScaleH = 1.0f; mRingScaleV = 1.0f; mRingAlpha = 1.0f; - mPlayerIsWolf = daPy_py_c::i_checkNowWolf(); + mPlayerIsWolf = daPy_py_c::checkNowWolf(); mNameStringID = 0; field_0x63a = 0; field_0x63c = 0; |
