diff --git a/src/d/d_camera.cpp b/src/d/d_camera.cpp index b610c3f492..983a5d53e4 100644 --- a/src/d/d_camera.cpp +++ b/src/d/d_camera.cpp @@ -1481,7 +1481,7 @@ void dCamera_c::CalcTrimSize() { mTrimHeight += -mTrimHeight * 0.25f; break; case 2: -#if 0 && WIDESCREEN_SUPPORT +#if !TARGET_PC && WIDESCREEN_SUPPORT if (mDoGph_gInf_c::isWide() && mDoGph_gInf_c::isWideZoom()) { mTrimHeight += (16.0f - mTrimHeight) * 0.25f; break;