X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_world.qh;h=3d6276384e3344c74e65551cf732ba85e1ffdde7;hp=6b9a9f8eca7b8860ea5458dd9f49468b9d9b1b89;hb=ad48f34a4a109c864ffe01a14f2290821c03dc9d;hpb=969dc49d01d650a812706aba16c765af488605d0 diff --git a/qcsrc/server/g_world.qh b/qcsrc/server/g_world.qh index 6b9a9f8eca..3d6276384e 100644 --- a/qcsrc/server/g_world.qh +++ b/qcsrc/server/g_world.qh @@ -8,9 +8,21 @@ 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; +string modname; + +string gamemode_name; + +float intermission_running; +float intermission_exittime; +float alreadychangedlevel; + string cache_mutatormsg; string cache_lastmutatormsg; +// database +float ServerProgsDB; +float TemporaryDB; + 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