summaryrefslogtreecommitdiff
blob: 0050271705a2458adab8f4ee0ffb90ee0187280e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Source/Main.cpp
+++ Source/Main.cpp
@@ -1,6 +1,7 @@
 /********************> Headers <*****/
 
 #include "Game.h"
+#include <unistd.h>
 
 
 
@@ -17,6 +18,7 @@
 int 	main( int argc, char *argv[] )
 
 	{
+	chdir("@DATADIR@");
 
 	
 #ifdef OS9