diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-06 11:54:46 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-06 11:54:46 +0000 |
commit | 8514766ed130d4c8d7cd06fce956ace10f5afeb9 (patch) | |
tree | 139a543abb327d46c4cdd29368ce796d48a10c5c | |
parent | d3f1d5ec15ea7dae7252f9b71e2659dd94ee2075 (diff) | |
download | usdx-8514766ed130d4c8d7cd06fce956ace10f5afeb9.tar.gz usdx-8514766ed130d4c8d7cd06fce956ace10f5afeb9.tar.xz usdx-8514766ed130d4c8d7cd06fce956ace10f5afeb9.zip |
turn on visualization
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@686 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | Game/Code/switches.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc index d8d811b6..5811979e 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -39,7 +39,7 @@ //{$DEFINE UsePortaudio}
//{$DEFINE UsePortmixer}
- //{$DEFINE UseProjectM}
+ {$DEFINE UseProjectM}
{$IFDEF DEBUG}
{$IFNDEF DARWIN}
|