BSD: Fix the previous commit. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4805 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2014-12-08 10:30:33 +00:00
parent 828382c290
commit 750a98953b
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ static void G_LoadAddon(void)
}
}
#if defined __APPLE__ || defined __linux__
#if defined __APPLE__ || defined __linux__ || defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__
static void G_AddSteamPaths(const char *basepath)
{
char buf[BMAX_PATH];