X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=80bf9a1c4a50a809f4dc7d41b2a008a551ee77b2;hp=bfea6b2bcb39f681c8d6110d81db1d90b0399f70;hb=6c3104a65005223002dfb708d4dec7481722c355;hpb=d27a9970837d9430120bc4dbe0fa873ecce87450 diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index bfea6b2bcb..80bf9a1c4a 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -457,8 +457,10 @@ string cvar_changes; string cvar_purechanges; float cvar_purechanges_count; -float game_starttime; //point in time when the countdown is over +float game_starttime; //point in time when the countdown to game start is over +float round_starttime; //point in time when the countdown to round start is over .float stat_game_starttime; +.float stat_round_starttime; .float stat_sv_airaccel_qw; .float stat_sv_airstrafeaccel_qw; @@ -590,8 +592,6 @@ string deathmessage; .float hagar_load; -float allowed_to_spawn; // boolean variable used by the clan arena code to determine if a player can spawn (after the round has ended) - float serverflags; .float team_forced; // can be a team number to force a team, or 0 for default action, or -1 for forced spectator @@ -599,7 +599,6 @@ float serverflags; .float player_blocked; .float freezetag_frozen; -.float freezetag_revive_progress; .entity muzzle_flash; .float misc_bulletcounter; // replaces uzi & hlac bullet counter.