From e115ae048964110c0f74b45acd0d9fb70608e9d9 Mon Sep 17 00:00:00 2001 From: Wade Williams Date: Wed, 20 Nov 2013 11:10:59 -0600 Subject: [PATCH] Disabled CSL debugging --- src/BitmapUtils.h | 2 +- src/XPMPMultiplayerCSL.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BitmapUtils.h b/src/BitmapUtils.h index dece79c2b..a8173c8a6 100644 --- a/src/BitmapUtils.h +++ b/src/BitmapUtils.h @@ -34,7 +34,7 @@ */ #if APL -#pragma options align=mac68k +//#pragma options align=mac68k #endif #if IBM #pragma pack(push, 2) diff --git a/src/XPMPMultiplayerCSL.cpp b/src/XPMPMultiplayerCSL.cpp index 11a6775eb..776081c0f 100644 --- a/src/XPMPMultiplayerCSL.cpp +++ b/src/XPMPMultiplayerCSL.cpp @@ -38,7 +38,7 @@ using std::max; #endif // Set this to 1 to get TONS of diagnostics on what the lib is doing. -#define DEBUG_CSL_LOADING 1 +#define DEBUG_CSL_LOADING 0 // Set this to 1 to cause AIRLINE and LIVERY to create ICAO codes automatically #define USE_DEFAULTING 0