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
+2 -2
View File
@@ -84,8 +84,8 @@ void daObjTimer::Act_c::mode_count() {
/* 00000304-00000394 .text _execute__Q210daObjTimer5Act_cFv */
bool daObjTimer::Act_c::_execute() {
static ModeFunc mode_proc[] = {
&mode_wait,
&mode_count,
&Act_c::mode_wait,
&Act_c::mode_count,
};
(this->*mode_proc[mMode])();