diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-30 05:56:29 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-30 05:56:29 +0000 |
commit | fac1634f48835f46249ec25d2758c81addd09d52 (patch) | |
tree | d8424b1b1f192a3616211dcbeb4641d918ca44d2 /Game/Code/switches.inc | |
parent | 82621bfeb1ccbda7425b5d11b8315a9cb91509c2 (diff) | |
download | usdx-fac1634f48835f46249ec25d2758c81addd09d52.tar.gz usdx-fac1634f48835f46249ec25d2758c81addd09d52.tar.xz usdx-fac1634f48835f46249ec25d2758c81addd09d52.zip |
some minor bug fixes..
added Installer script..
for NSIS install compiler.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@451 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-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 0bace1cb..a895712a 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -2,7 +2,7 @@ {$UNDEF UseSerialPort} {$UNDEF UseMIDIPort} {$ELSE} - {$DEFINE UseSerialPort} + {$UNDEF UseSerialPort} {$DEFINE UseMIDIPort} {$ENDIF} |