]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove legacy Quake bbox expansion: DOM
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 24 Jun 2023 22:48:03 +0000 (08:48 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 14 Mar 2024 22:14:48 +0000 (08:14 +1000)
qcsrc/common/gamemodes/gamemode/domination/sv_domination.qc

index a82be5a3c10df5df35c76ad37e7e152a4431c79c..3c270b3ad917b841b58dec7534093c8510c860db 100644 (file)
@@ -297,7 +297,7 @@ void dom_controlpoint_setup(entity this)
        if(!this.flags & FL_ITEM)
                IL_PUSH(g_items, this);
        this.flags = FL_ITEM;
-       setsize(this, '-32 -32 -32', '32 32 32');
+       setsize(this, '-48 -48 -32', '48 48 32'); // 0.8.6 used '-32 -32 -32', '32 32 32' with sv_legacy_bbox_expand 1 and FL_ITEM
        setorigin(this, this.origin + '0 0 20');
        droptofloor(this);