diff options
Diffstat (limited to 'Game/Code/switches.inc')
-rw-r--r-- | Game/Code/switches.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc index 66a8ad07..d0cc9525 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -95,7 +95,8 @@ // misc defines
{$IFDEF HaveProjectM}
- {$DEFINE UseProjectM_0_9}
+ // this causes trouble at the moment
+ //{$DEFINE UseProjectM_0_9}
{$ENDIF}
{$IFEND}
|