X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_world.qh;h=da950f18575e28a410fbed9955b90a0a5ced4ed7;hp=35ea5fe7da17cb73a4af79baddc1a4580d73b196;hb=13832240e226eba119844d7bd02ca51b617e586a;hpb=0076d3f631e54b908b7506883c75c6d28f6b9505 diff --git a/qcsrc/server/g_world.qh b/qcsrc/server/g_world.qh index 35ea5fe7da..da950f1857 100644 --- a/qcsrc/server/g_world.qh +++ b/qcsrc/server/g_world.qh @@ -5,6 +5,9 @@ float checkrules_suddendeathwarning; float checkrules_suddendeathend; float checkrules_overtimesadded; //how many overtimes have been already added +string cache_mutatormsg; +string cache_lastmutatormsg; + 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 @@ -24,5 +27,7 @@ string GetNextMap(); void ShuffleMaplist(); void Map_Goto_SetStr(string nextmapname); void Map_Goto(float reinit); +void Map_MarkAsRecent(string m); float DoNextMapOverride(float reinit); void CheckRules_World(); +float RedirectionThink();