[nexuiz-commits] r7408 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Aug 9 06:58:00 EDT 2009


Author: div0
Date: 2009-08-09 06:58:00 -0400 (Sun, 09 Aug 2009)
New Revision: 7408

Modified:
   trunk/data/qcsrc/server/g_tetris.qc
Log:
more gameover time; newline fix


Modified: trunk/data/qcsrc/server/g_tetris.qc
===================================================================
--- trunk/data/qcsrc/server/g_tetris.qc	2009-08-09 10:35:24 UTC (rev 7407)
+++ trunk/data/qcsrc/server/g_tetris.qc	2009-08-09 10:58:00 UTC (rev 7408)
@@ -492,8 +492,8 @@
 				pnum(head.tet_highest_line, 0);
 			WriteUnterminatedString(MSG_ONE, " ");
 			WriteUnterminatedString(MSG_ONE, head.netname);
+			WriteChar(MSG_ONE, 10);
 		}
-		WriteChar(MSG_ONE, 10);
 	}
 
 	WriteChar(MSG_ONE, 0);
@@ -761,7 +761,7 @@
 	else if (brand_new)
 	{
 		self.tetris_on = 2;
-		self.tet_gameovertime = time + 2;
+		self.tet_gameovertime = time + 5;
 		return;
 	}
 	else



More information about the nexuiz-commits mailing list