From bb9941b08dda865d2f882e505b4417f37c87ca0c Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 17 Dec 2007 16:43:27 +0000 Subject: allows switching between projectm 0.9/1.0 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@716 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/switches.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Game/Code/switches.inc') 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} + -- cgit v1.2.3