mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-16 14:30:33 -04:00
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:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user