More warning cleanup

This commit is contained in:
LagoLunatic
2024-10-18 11:33:08 -04:00
parent 202851599f
commit 9e29fd3c68
24 changed files with 52 additions and 57 deletions
+3 -3
View File
@@ -1013,9 +1013,9 @@ namespace daObjMovebox {
void Act_c::mode_proc_call() {
static ModeFunc mode_proc[] = {
&mode_wait,
&mode_walk,
&mode_afl,
&Act_c::mode_wait,
&Act_c::mode_walk,
&Act_c::mode_afl,
};
(this->*mode_proc[mMode])();
}