Improve compiler compatibility (#743)

* fix returns

* use standard C headers

* struct/class mismatch

* explicit this in template

* switch variable scope

* C standard compliance

* & l-value
This commit is contained in:
Jcw87
2025-04-29 09:49:09 -07:00
committed by GitHub
parent eef20535ac
commit 5e7b59f2fe
57 changed files with 113 additions and 106 deletions
+1 -1
View File
@@ -2276,7 +2276,7 @@ void dCamera_c::checkGroundInfo() {
/* 8016A0F0-8016A110 .text followCamera2__9dCamera_cFl */
bool dCamera_c::followCamera2(s32 param_0) {
followCamera(param_0);
return followCamera(param_0);
}
/* 8016A110-8016C4F8 .text followCamera__9dCamera_cFl */