Index: spacezero/src/sound.c
===================================================================
--- spacezero.orig/src/sound.c	2011-07-03 19:40:46.398788374 -0300
+++ spacezero/src/sound.c	2011-07-03 19:43:07.735489222 -0300
@@ -88,7 +88,7 @@
   /* checking file sound directory */
 
   
-  datadir=DATADIR0;
+  datadir=DATADIR;
   strcpy(filesoundnames[0],"");
   strncat(filesoundnames[0],datadir,128);
   strncat(filesoundnames[0],"sounds/",24);
Index: spacezero/Makefile
===================================================================
--- spacezero.orig/Makefile	2011-07-03 19:50:55.217807342 -0300
+++ spacezero/Makefile	2011-07-03 19:53:25.074550445 -0300
@@ -16,7 +16,7 @@
 
 LDFLAGS=  -lm -lpthread $(OPENALFLAGS) $(GTKLIBS)
 LDFLAGS12=  -lm -lpthread $(OPENALFLAGS) $(GTKLIBS12)
-CFLAGS=  -Wall -O3 -mtune=generic -I./include
+CFLAGS=  -Wall -O3 -mtune=generic -I./include -DDATADIR=\"$(DATADIR)\"
 CFLAGS12=  -Wall -O3 -mtune=generic -I./include -DGTK12
 PROGRAMA=$(BINDIR)spacezero
 
