mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 16:45:03 -04:00
Improving compatibility with standard cpp compiler (#2920)
* Improving compatibility with standard cpp compiler * Add __REGISTER macro for non mwcc compatibility * Fix for PR comments * fix missing define for revolution * Simplifying cSAngle conversion
This commit is contained in:
+1
-1
@@ -4223,7 +4223,7 @@ bool dCamera_c::lockonCamera(s32 param_0) {
|
||||
|
||||
// this should probably be an ifdef, but we force it to be compiled
|
||||
// to make the function large enough to stop doing inlining
|
||||
if (!NDEBUG) {
|
||||
if (!NDEBUG_DEFINED) {
|
||||
if (mCamSetup.CheckFlag(0x8000)) {
|
||||
//char name[28];
|
||||
fopAcM_getNameString(mpPlayerActor, NULL);
|
||||
|
||||
Reference in New Issue
Block a user