]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/world.qh
Make sure active custom gametype is not kept on the next map after manual gametype...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / world.qh
index a5e848d45dbd8d4c951f5ab5ca02e2fed1aa3960..6348c72f6072a5862fdcb0ede96c7b981f7d48f3 100644 (file)
@@ -49,6 +49,7 @@ float cvar_purechanges_count;
 string modname;
 
 string autocvar__sv_vote_gametype_custom;
+bool gametype_custom_enabled;
 string loaded_gametype_custom_string;
 
 string record_type;