SOURCES: opencity-config_dir.patch (NEW) - set path to game data d...

lisu lisu at pld-linux.org
Sun Oct 29 16:54:17 CET 2006


Author: lisu                         Date: Sun Oct 29 15:54:17 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- set path to game data directory

---- Files affected:
SOURCES:
   opencity-config_dir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/opencity-config_dir.patch
diff -u /dev/null SOURCES/opencity-config_dir.patch:1.1
--- /dev/null	Sun Oct 29 16:54:17 2006
+++ SOURCES/opencity-config_dir.patch	Sun Oct 29 16:54:12 2006
@@ -0,0 +1,11 @@
+--- opencity-0.0.4stable/src/main.cpp~	2006-10-25 20:51:30.000000000 +0200
++++ opencity-0.0.4stable/src/main.cpp	2006-10-29 15:52:06.000000000 +0100
+@@ -127,7 +127,7 @@
+ 	static int flags = 0;
+ 
+ /// Static so that the others can not access this
+-	static string gsHomeDir		= "";
++	static string gsHomeDir		= "/usr/share/opencity/";
+ 	static string gsSaveDir		= "";
+ 
+ 
================================================================


More information about the pld-cvs-commit mailing list