summaryrefslogtreecommitdiff
path: root/games/race/files/patch-textures.c
blob: ca0c14805567a6bedc7836bf4b9a312e189367f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/textures.c.orig	Tue Jul 16 23:50:37 2002
+++ src/textures.c	Tue Jul 16 23:50:46 2002
@@ -35,7 +35,7 @@
   SDL_Surface	*image;
   char		location[6+strlen(dir)+strlen(file)];
   
-  sprintf(location,"data/%s/%s",dir,file);
+  sprintf(location,"%%DATADIR%%/data/%s/%s",dir,file);
 
   if((image = IMG_Load(location))){
     glGenTextures(1, &texture[id]);