summaryrefslogtreecommitdiff
path: root/games/race/files/patch-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/race/files/patch-main.c')
-rw-r--r--games/race/files/patch-main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/race/files/patch-main.c b/games/race/files/patch-main.c
deleted file mode 100644
index d2fda43471f1..000000000000
--- a/games/race/files/patch-main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/main.c.orig Tue Jul 16 23:45:12 2002
-+++ src/main.c Tue Jul 16 23:45:28 2002
-@@ -75,7 +75,7 @@
-
- printf("%s version %s\nCopyleft foobar and judeo (See COPYING for info)\n",TITLE,VERSION);
-
-- loadconfig("config");
-+ loadconfig("%%DATADIR%%/config");
-
- if(!initsdl()) error("SDL Loading Failed");
- else printf(" Loaded: SDL\n");