diff options
-rw-r--r-- | Game/Code/switches.inc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc index 540ba068..84aebbf5 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -39,7 +39,7 @@ //{$DEFINE UsePortaudio} //{$DEFINE UsePortmixer} - {$DEFINE UseProjectM} + {$DEFINE UseProjectM_0_9} {$IFDEF DEBUG} {$IFNDEF DARWIN} @@ -49,9 +49,14 @@ {$ELSE} //{$DEFINE FFMpegAudio} // {$DEFINE UsePortaudio} - {$DEFINE UseProjectM} + {$DEFINE UseProjectM_0_9} {$ENDIF} {$IF Defined(UseBASSInput) or Defined(UseBASSOutput)} {$DEFINE UseBASS} {$IFEND} + +{$IF Defined(UseProjectM_0_9) or Defined(UseProjectM_1_0)} + {$DEFINE UseProjectM} +{$IFEND} + |