X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Fdoor.qc;fp=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Fdoor.qc;h=25e9ba844e75e89a5752569f2e81d2f061bd6b4f;hb=90d47ea07751b1761fe5a66d60e673d81692d720;hp=0250b48cf0b7ee87908791f47279a25b15b8269d;hpb=be3a981b111ca63547c8a827f6246511cdb24832;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapobjects/func/door.qc b/qcsrc/common/mapobjects/func/door.qc index 0250b48cf..25e9ba844 100644 --- a/qcsrc/common/mapobjects/func/door.qc +++ b/qcsrc/common/mapobjects/func/door.qc @@ -752,9 +752,9 @@ spawnfunc(func_door) { // Quake 1 and QL keys compatibility if (this.spawnflags & SPAWNFLAGS_GOLD_KEY) - this.itemkeys |= ITEM_KEY_BIT(0); + this.itemkeys |= BIT(0); if (this.spawnflags & SPAWNFLAGS_SILVER_KEY) - this.itemkeys |= ITEM_KEY_BIT(1); + this.itemkeys |= BIT(1); SetMovedir(this);