diff options
Diffstat (limited to 'Game/Code/switches.inc')
-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 10ca6b71..c4285d32 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -61,7 +61,7 @@ {$DEFINE CONSOLE}
{$ELSEIF Defined(DARWIN)}
// include defines but no constants
- {$I config-macosx.inc}
+ {$I config-darwin.inc}
// enable debug-mode. For development only!
//{$DEFINE DEBUG}
|