r1840 - branches/nexuiz-2.0 branches/nexuiz-2.0/data/qcsrc/server trunk trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Aug 21 23:54:53 EDT 2006


Author: kadaverjack
Date: 2006-08-21 23:54:52 -0400 (Mon, 21 Aug 2006)
New Revision: 1840

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc
   branches/nexuiz-2.0/nexuiz-linux-glx.sh
   branches/nexuiz-2.0/nexuiz-linux-sdl.sh
   trunk/data/qcsrc/server/teamplay.qc
   trunk/nexuiz-linux-glx.sh
   trunk/nexuiz-linux-sdl.sh
Log:
- removed -sndspeed from shell scripts
- removed an unused variable


Modified: branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc	2006-08-21 21:07:30 UTC (rev 1839)
+++ branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc	2006-08-22 03:54:52 UTC (rev 1840)
@@ -929,7 +929,6 @@
 	float smallestteam, smallestteam_count, steam;
 	float lowest_bot_score, lowest_player_score;
 	entity head, lowest_bot, lowest_player, selected;
-	string m;
 
 	smallestteam = 0;
 	smallestteam_count = 999;

Modified: branches/nexuiz-2.0/nexuiz-linux-glx.sh
===================================================================
--- branches/nexuiz-2.0/nexuiz-linux-glx.sh	2006-08-21 21:07:30 UTC (rev 1839)
+++ branches/nexuiz-2.0/nexuiz-linux-glx.sh	2006-08-22 03:54:52 UTC (rev 1840)
@@ -3,8 +3,6 @@
 path="`dirname \"${0}\"`"
 link="`readlink \"${0}\"`"
 
-lsmod | grep ac97 > /dev/null 2>&1 && sndspeed="-sndspeed 48000"
-
 [ -n "${link}" ] && path="`dirname \"${link}\"`"
 cd "${path}"
 
@@ -13,4 +11,4 @@
   *)		nexuiz="nexuiz-linux-686-glx" ;;
 esac
 
-exec ./${nexuiz} "${@}" ${sndspeed}
+exec ./${nexuiz} "${@}"

Modified: branches/nexuiz-2.0/nexuiz-linux-sdl.sh
===================================================================
--- branches/nexuiz-2.0/nexuiz-linux-sdl.sh	2006-08-21 21:07:30 UTC (rev 1839)
+++ branches/nexuiz-2.0/nexuiz-linux-sdl.sh	2006-08-22 03:54:52 UTC (rev 1840)
@@ -3,8 +3,6 @@
 path="`dirname \"${0}\"`"
 link="`readlink \"${0}\"`"
 
-lsmod | grep ac97 > /dev/null 2>&1 && sndspeed="-sndspeed 48000"
-
 [ -n "${link}" ] && path="`dirname \"${link}\"`"
 cd "${path}"
 
@@ -13,4 +11,4 @@
   *)		nexuiz="nexuiz-linux-686-sdl" ;;
 esac
 
-exec ./${nexuiz} "${@}" ${sndspeed}
+exec ./${nexuiz} "${@}"

Modified: trunk/data/qcsrc/server/teamplay.qc
===================================================================
--- trunk/data/qcsrc/server/teamplay.qc	2006-08-21 21:07:30 UTC (rev 1839)
+++ trunk/data/qcsrc/server/teamplay.qc	2006-08-22 03:54:52 UTC (rev 1840)
@@ -929,7 +929,6 @@
 	float smallestteam, smallestteam_count, steam;
 	float lowest_bot_score, lowest_player_score;
 	entity head, lowest_bot, lowest_player, selected;
-	string m;
 
 	smallestteam = 0;
 	smallestteam_count = 999;

Modified: trunk/nexuiz-linux-glx.sh
===================================================================
--- trunk/nexuiz-linux-glx.sh	2006-08-21 21:07:30 UTC (rev 1839)
+++ trunk/nexuiz-linux-glx.sh	2006-08-22 03:54:52 UTC (rev 1840)
@@ -3,8 +3,6 @@
 path="`dirname \"${0}\"`"
 link="`readlink \"${0}\"`"
 
-lsmod | grep ac97 > /dev/null 2>&1 && sndspeed="-sndspeed 48000"
-
 [ -n "${link}" ] && path="`dirname \"${link}\"`"
 cd "${path}"
 
@@ -13,4 +11,4 @@
   *)		nexuiz="nexuiz-linux-686-glx" ;;
 esac
 
-exec ./${nexuiz} "${@}" ${sndspeed}
+exec ./${nexuiz} "${@}"

Modified: trunk/nexuiz-linux-sdl.sh
===================================================================
--- trunk/nexuiz-linux-sdl.sh	2006-08-21 21:07:30 UTC (rev 1839)
+++ trunk/nexuiz-linux-sdl.sh	2006-08-22 03:54:52 UTC (rev 1840)
@@ -3,8 +3,6 @@
 path="`dirname \"${0}\"`"
 link="`readlink \"${0}\"`"
 
-lsmod | grep ac97 > /dev/null 2>&1 && sndspeed="-sndspeed 48000"
-
 [ -n "${link}" ] && path="`dirname \"${link}\"`"
 cd "${path}"
 
@@ -13,4 +11,4 @@
   *)		nexuiz="nexuiz-linux-686-sdl" ;;
 esac
 
-exec ./${nexuiz} "${@}" ${sndspeed}
+exec ./${nexuiz} "${@}"




More information about the nexuiz-commits mailing list