X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fworld.qh;h=ff799e64cc529d7d406aebd5d929d12cb25b4766;hb=d11599b4c85bbd41163ebd3308642f9c491b4a3c;hp=aab133a19a06791233cf9644a202ead0c4ebe678;hpb=7e08fc9d61c6f434a3ad35775e7f4b94464d5470;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/world.qh b/qcsrc/server/world.qh index aab133a19..ff799e64c 100644 --- a/qcsrc/server/world.qh +++ b/qcsrc/server/world.qh @@ -31,6 +31,9 @@ float autocvar_timelimit_suddendeath; bool autocvar_sv_gameplayfix_droptofloorstartsolid; bool autocvar_sv_gameplayfix_droptofloorstartsolid_nudgetocorrect; +bool autocvar_sv_mapformat_is_quake3; +bool autocvar_sv_mapformat_is_quake2; + float checkrules_equality; float checkrules_suddendeathwarning; float checkrules_suddendeathend;