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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Aug 9 07:15:40 EDT 2009


Author: div0
Date: 2009-08-09 07:15:40 -0400 (Sun, 09 Aug 2009)
New Revision: 7409

Modified:
   trunk/data/qcsrc/server/g_tetris.qc
Log:
add two newlines :P


Modified: trunk/data/qcsrc/server/g_tetris.qc
===================================================================
--- trunk/data/qcsrc/server/g_tetris.qc	2009-08-09 10:58:00 UTC (rev 7408)
+++ trunk/data/qcsrc/server/g_tetris.qc	2009-08-09 11:15:40 UTC (rev 7409)
@@ -929,11 +929,13 @@
 
 	if (!self.tetris_on)
 		return 0;
+
 	if(self.tetris_on == 2 && time > self.tet_gameovertime)
 	{
 		Tet_GameExit();
 		return 0;
 	}
+
 	if(self.tetris_on == 3 && time > tet_vs_current_timeout)
 	{
 		self.tetris_on = 1; // start VS game



More information about the nexuiz-commits mailing list