X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=b879044c5baf96cab95db068fd2b7d773d08a686;hp=27b5680e80351c6b84d3285c52073bde8cd34bbe;hb=83086c512e18c0430bc875e8cc9240578371ee60;hpb=7886382bfbb3f72f0b8b9819dea1766febe9e1cd diff --git a/all b/all index 27b5680e..b879044c 100755 --- a/all +++ b/all @@ -653,9 +653,7 @@ case "$cmd" in exit 1 fi fi - set -- "darkplaces/darkplaces$client" -nexuiz -customgamename Xonotic -customgamedirname1 data -customgamedirname2 "" -customgamescreenshotname xonotic -customgameuserdirname xonotic -mygames "$@" - # change this to: - #set -- "darkplaces/darkplaces$client" -xonotic -mygames "$@" + set -- "darkplaces/darkplaces$client" -xonotic -mygames "$@" # if pulseaudio is running: USE IT if [ -z "$SDL_AUDIODRIVER" ] && ! [ -n "$WE_HATE_OUR_USERS" ] && ! [ x"`uname`" = x"Darwin" ]; then @@ -676,7 +674,7 @@ case "$cmd" in set -- catchsegv "$@" fi rm -f xonotic.core - "$@" + "$@" || true if [ -f xonotic.core ]; then if yesno "The program has CRASHED. Do you want to examine the core dump?"; then gdb "$binary" xonotic.core