r1843 - branches/nexuiz-2.0/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 22 12:22:12 EDT 2006


Author: div0
Date: 2006-08-22 12:22:12 -0400 (Tue, 22 Aug 2006)
New Revision: 1843

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc
Log:
in function ShufflePlayerOutOfTeam (line 928),
teamplay.qc:1066: error: Unknown value "m".
teamplay.qc:1066: error: type mismatch for = (__variant and string)
in function tdm_spawnteams (line 1200),
teamplay.qc:1206: error: Unknown value "tdm_spawnteam".

************ ERROR ************
Errors have occured

Error in teamplay.qc on line 1229


So much for "unused variable"... ;)


Modified: branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc	2006-08-22 11:55:28 UTC (rev 1842)
+++ branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc	2006-08-22 16:22:12 UTC (rev 1843)
@@ -929,6 +929,7 @@
 	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;




More information about the nexuiz-commits mailing list