]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/round_handler.qh
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / round_handler.qh
index e6b17b0e775d76f1868c05d592c633844b1b8b8b..4223d3c914ab07ad6d03baa02631d0949da4b043 100644 (file)
@@ -3,9 +3,9 @@
 entity round_handler;
 .float delay; // stores delay from round end to countdown start
 .float count; // stores initial number of the countdown
-.float wait; // it's set to true when round ends, to false when countdown starts
-.float cnt;    // its initial value is .count + 1, then decreased while counting down
-                       // reaches 0 when the round starts
+.float wait;  // it's set to true when round ends, to false when countdown starts
+.float cnt;   // its initial value is .count + 1, then decreased while counting down
+              // reaches 0 when the round starts
 .float round_timelimit;
 .float round_endtime;
 .float() canRoundStart;