diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/switches.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc index 4e5deb2d..578271c0 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -4,7 +4,7 @@ {$UNDEF UseSerialPort}
{$UNDEF UseMIDIPort}
{$ELSE}
- {$DEFINE UseSerialPort}
+ {$UNDEF UseSerialPort}
{$DEFINE UseMIDIPort}
{$ENDIF}
@@ -15,4 +15,5 @@ {$ENDIF}
{$ELSE}
{$UNDEF UseBASS}
-{$ENDIF}
\ No newline at end of file +{$ENDIF}
+
|