diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c index 9cb175d6..52cb0c7e 100644 --- a/code/sys/sys_main.c +++ b/code/sys/sys_main.c @@ -613,7 +613,7 @@ int main( int argc, char **argv ) // Set the initial time base Sys_Milliseconds( ); -#if MACOS_X +#ifdef MACOS_X // This is passed if we are launched by double-clicking if ( argc >= 2 && Q_strncmp ( argv[1], "-psn", 4 ) == 0 ) argc = 1;