fix compiler warnings (#3094)

This commit is contained in:
Jcw87
2026-02-11 00:14:18 -08:00
committed by GitHub
parent e537b32c66
commit a07ec61d66
10 changed files with 11 additions and 25 deletions
+1 -1
View File
@@ -752,7 +752,7 @@ int daNpcT_Path_c::chkPassed2(cXyz i_pnt, cXyz* param_2, int i_num, int param_4)
}
#if DEBUG
int daNpcT_Path_c::drawDbgInfo(f32 param_0, int param_1) {
void daNpcT_Path_c::drawDbgInfo(f32 param_0, int param_1) {
GXColor green = {0x80, 0xff, 0x80, 0xff};
GXColor blue = {0x80, 0x80, 0xff, 0xff};
GXColor red = {0xff, 0x80, 0x80, 0xff};