]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qh
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qh
index cd1cafd36a2fd0a5ca60ab1b011391a8a740c559..d452923d0f7107378fd38a0fb11bb9eb43602f72 100644 (file)
@@ -3,17 +3,16 @@
 float checkrules_equality;
 float checkrules_suddendeathwarning;
 float checkrules_suddendeathend;
-float checkrules_overtimesadded; //how many overtimes have been already added
+float checkrules_overtimesadded;                // how many overtimes have been already added
 
-const int WINNING_NO = 0; // no winner, but time limits may terminate the game
-const int WINNING_YES = 1; // winner found
-const int WINNING_NEVER = 2; // no winner, enter overtime if time limit is reached
+const int WINNING_NO = 0;                       // no winner, but time limits may terminate the game
+const int WINNING_YES = 1;                      // winner found
+const int WINNING_NEVER = 2;                    // no winner, enter overtime if time limit is reached
 const int WINNING_STARTSUDDENDEATHOVERTIME = 3; // no winner, enter suddendeath overtime NOW
 
 float WinningCondition_Scores(float limit, float leadlimit);
 void SetWinners(.float field, float value);
-void CheckRules_Player();
-void IntermissionThink();
+void IntermissionThink(entity this);
 void GotoNextMap(float reinit);
 void ReadyRestart();