]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qh
Assault: add a couple informational messages and fix various bugs related to the...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qh
index 843d59618e9c43a6b77310e6e8ebe9b40fb101b6..63c9e8e453765892bff4823cc41de0e7865e1453 100644 (file)
@@ -67,9 +67,9 @@ float readycount;                  // amount of players who are ready
 .int team_saved;                   // team number to restore upon map reset
 .void(entity this) reset;             // if set, an entity is reset using this
 .void(entity this) reset2;         // if set, an entity is reset using this (after calling ALL the reset functions for other entities)
-void reset_map(float dorespawn);
+void reset_map(float dorespawn, bool is_fake_round_start);
 void ReadyCount();
-void ReadyRestart_force();
+void ReadyRestart_force(bool is_fake_round_start);
 void VoteCount(float first_count);
 void Nagger_Init();