From bcb9893f3163b29ef856fd4340e0a3ec13c20b9f Mon Sep 17 00:00:00 2001 From: MrBougo Date: Tue, 6 Jul 2010 22:49:11 +0200 Subject: [PATCH] Use the -mygames switch for DP This only affects the game in windows, it makes the user data directory my documents\my games\xonotic\data instead of storing everything in the git working copy. Consistent with unix .xonotic. --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all b/all index 60afe73f..1c483855 100755 --- a/all +++ b/all @@ -534,7 +534,7 @@ case "$cmd" in exit 1 fi fi - set -- "darkplaces/darkplaces$client" -nexuiz -customgamename Xonotic -customgamedirname1 data -customgamedirname2 "" -customgamescreenshotname xonotic -customgameuserdirname xonotic "$@" + set -- "darkplaces/darkplaces$client" -nexuiz -customgamename Xonotic -customgamedirname1 data -customgamedirname2 "" -customgamescreenshotname xonotic -customgameuserdirname xonotic -mygames "$@" # if pulseaudio is running: USE IT if [ -z "$SDL_AUDIODRIVER" ] && ! [ -n "$WE_HATE_OUR_USERS" ] && ! [ x"`uname`" = x"Darwin" ]; then -- 2.39.2