diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index ec8326216..9078a1286 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -8729,6 +8729,17 @@ static int32_t loaddefinitions_game(const char *fn, int32_t preload) const char **g_argv; #endif +#ifdef __APPLE__ +// Early checking for "-usecwd" switch. +static void G_CheckUseCWD(int32_t argc, const char **argv) +{ + int32_t i; + for (i=0; i