summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_item.cpp
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-11-23 00:06:09 -0800
committerJcw87 <Jcw87@users.noreply.github.com>2023-12-10 01:25:37 -0800
commit5359c5932370ae2b69db5dc890469100ecd1efd3 (patch)
tree7c9467b8ceef04d946b36b0550e89778b7b7d1ca /src/d/actor/d_a_item.cpp
parente2a3c6b7bf292d671bb100643d83ae6d854d23e3 (diff)
ptmf syntax
Diffstat (limited to 'src/d/actor/d_a_item.cpp')
-rw-r--r--src/d/actor/d_a_item.cpp6
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) {