summaryrefslogtreecommitdiff
path: root/games/quake2lnx/files/patch-src::qcommon::files.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/quake2lnx/files/patch-src::qcommon::files.c')
-rw-r--r--games/quake2lnx/files/patch-src::qcommon::files.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/quake2lnx/files/patch-src::qcommon::files.c b/games/quake2lnx/files/patch-src::qcommon::files.c
deleted file mode 100644
index db9829b74fba..000000000000
--- a/games/quake2lnx/files/patch-src::qcommon::files.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/qcommon/files.c.orig Wed Oct 9 03:54:25 2002
-+++ src/qcommon/files.c Sat Jun 28 12:30:57 2003
-@@ -898,7 +898,11 @@
- // basedir <path>
- // allows the game to run from outside the data tree
- //
-+#ifdef DEDICATED_ONLY
- fs_basedir = Cvar_Get ("basedir", ".", CVAR_NOSET);
-+#else
-+ fs_basedir = Cvar_Get ("basedir", "%%%%BASEDIR%%%%", CVAR_NOSET);
-+#endif
-
- //
- // cddir <path>