X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fworld.qh;h=3bd1a79bd76e7cbc9aee2c5189481ca9f2cd1b1b;hb=5e0031fc6e4c33eb8822d9d160526aef43495f4d;hp=018fea6b821a4f56537bbbfdcfa45ca45a627f7e;hpb=b2d3d4bf309925b54ac1f177ee9647b2aaf2bca4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/world.qh b/qcsrc/server/world.qh index 018fea6b8..3bd1a79bd 100644 --- a/qcsrc/server/world.qh +++ b/qcsrc/server/world.qh @@ -35,6 +35,8 @@ float checkrules_overtimesadded; //how many overtimes have been already added // flag set on worldspawn so that the code knows if it is dedicated or not bool server_is_dedicated; +int world_initialized; + string cvar_changes; string cvar_purechanges; float cvar_purechanges_count; @@ -43,6 +45,8 @@ string modname; string gamemode_name; +string record_type; + string clientstuff; string matchid; @@ -130,7 +134,7 @@ const int WINNING_STARTSUDDENDEATHOVERTIME = 3; // no winner, enter suddendeath float WinningCondition_Scores(float limit, float leadlimit); void SetWinners(.float field, float value); -void ReadyRestart(); +void ReadyRestart(bool forceWarmupEnd); void DumpStats(float final);