diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-11-23 00:06:09 -0800 |
|---|---|---|
| committer | Jcw87 <Jcw87@users.noreply.github.com> | 2023-12-10 01:25:37 -0800 |
| commit | 5359c5932370ae2b69db5dc890469100ecd1efd3 (patch) | |
| tree | 7c9467b8ceef04d946b36b0550e89778b7b7d1ca /src/d/actor/d_a_item.cpp | |
| parent | e2a3c6b7bf292d671bb100643d83ae6d854d23e3 (diff) | |
ptmf syntax
Diffstat (limited to 'src/d/actor/d_a_item.cpp')
| -rw-r--r-- | src/d/actor/d_a_item.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_item.cpp b/src/d/actor/d_a_item.cpp index 7208cf20..2f74fb6a 100644 --- a/src/d/actor/d_a_item.cpp +++ b/src/d/actor/d_a_item.cpp @@ -307,9 +307,9 @@ BOOL daItem_c::_daItem_execute() { /* 800F5834-800F59CC .text mode_proc_call__8daItem_cFv */ void daItem_c::mode_proc_call() { static ModeFunc mode_proc[] = { - &mode_wait, - &mode_wait, - &mode_water, + &daItem_c::mode_wait, + &daItem_c::mode_wait, + &daItem_c::mode_water, }; if (mType == 1) { |
