aboutsummaryrefslogtreecommitdiffstats
path: root/games/race/files/patch-main.c
blob: d2fda43471f1a645f02eb9cdc9a77cb947bd7253 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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");