]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qh
Some more defs.qh cleanup, update gameplay hash (again)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qh
index 3d6276384e3344c74e65551cf732ba85e1ffdde7..ceb7a4a4b95b09dc4453efd47da009a098943fd9 100644 (file)
@@ -8,10 +8,20 @@ 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 cvar_changes;
+string cvar_purechanges;
+float cvar_purechanges_count;
+
 string modname;
 
 string gamemode_name;
 
+string clientstuff;
+
+string matchid;
+
+.string fog;
+
 float intermission_running;
 float intermission_exittime;
 float alreadychangedlevel;