diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-18 11:33:08 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-18 11:33:08 -0400 |
| commit | 9e29fd3c68e471560b8910dcde3028b2a4d487cd (patch) | |
| tree | 28ef085323ebdb56b7ba7a44ac7ff2bfff3e8190 /src/d/actor/d_a_deku_item.cpp | |
| parent | 202851599fb67079504af37fe0f5b944bfa51e19 (diff) | |
More warning cleanup
Diffstat (limited to 'src/d/actor/d_a_deku_item.cpp')
| -rw-r--r-- | src/d/actor/d_a_deku_item.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_deku_item.cpp b/src/d/actor/d_a_deku_item.cpp index 929551f1..0d778b64 100644 --- a/src/d/actor/d_a_deku_item.cpp +++ b/src/d/actor/d_a_deku_item.cpp @@ -163,10 +163,10 @@ bool daDekuItem_c::_execute() { /* 00000A74-00000B30 .text mode_proc_call__12daDekuItem_cFv */ void daDekuItem_c::mode_proc_call() { static ModeFunc mode_proc[] = { - &mode_wait, - &mode_getdemo_init, - &mode_getdemo_wait, - &mode_getdemo, + &daDekuItem_c::mode_wait, + &daDekuItem_c::mode_getdemo_init, + &daDekuItem_c::mode_getdemo_wait, + &daDekuItem_c::mode_getdemo, }; (this->*mode_proc[mMode])(); |
