diff options
| author | Max Roncace <me@caseif.net> | 2025-06-26 16:23:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-26 23:23:48 +0300 |
| commit | 028c07d47d41b10ba8fbef0ef4240751db74776f (patch) | |
| tree | a1e9b6ea375e60892181ac452fe2178f31896555 /src/d/d_menu_insect.cpp | |
| parent | 5bdf8bb50edc05763d918602e85a08d5c2d02d42 (diff) | |
d_a_obj_kamakiri matching (#2501)
Diffstat (limited to 'src/d/d_menu_insect.cpp')
| -rw-r--r-- | src/d/d_menu_insect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_menu_insect.cpp b/src/d/d_menu_insect.cpp index 2e137b27ef..7392541cdd 100644 --- a/src/d/d_menu_insect.cpp +++ b/src/d/d_menu_insect.cpp @@ -633,7 +633,7 @@ bool dMenu_Insect_c::isGiveInsect(u8 i_insectID) { /* 801D9F3C-801D9F8C 1D487C 0050+00 0/0 1/1 12/12 .text isCatchNotGiveInsect__14dMenu_Insect_cFUc */ -u8 dMenu_Insect_c::isCatchNotGiveInsect(u8 param_0) { +bool dMenu_Insect_c::isCatchNotGiveInsect(u8 param_0) { if (isCatchInsect(param_0) != 0 && isGiveInsect(param_0) == 0) { return 1; } |
