diff options
Diffstat (limited to 'src/d/d_camera.cpp')
| -rw-r--r-- | src/d/d_camera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_camera.cpp b/src/d/d_camera.cpp index 1381b17be0..bad3ea79bd 100644 --- a/src/d/d_camera.cpp +++ b/src/d/d_camera.cpp @@ -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); |
