From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Wed, 8 Feb 2023 17:16:19 +0000 (+0100) Subject: document reasoning behind new q3df teleporter spawnflags X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a596f65a3bf0c604e2066ae0f7b4d3dd62a77596;p=xonotic%2Fxonotic-data.pk3dir.git document reasoning behind new q3df teleporter spawnflags --- diff --git a/qcsrc/common/mapobjects/trigger/teleport.qh b/qcsrc/common/mapobjects/trigger/teleport.qh index aa4fee723..84f6fb385 100644 --- a/qcsrc/common/mapobjects/trigger/teleport.qh +++ b/qcsrc/common/mapobjects/trigger/teleport.qh @@ -1,5 +1,5 @@ #pragma once -#define TELEPORT_SPECTATOR BIT(0) -#define TELEPORT_KEEP_SPEED BIT(1) +#define TELEPORT_SPECTATOR BIT(0) // q3df compat, also useful in xonotic +#define TELEPORT_KEEP_SPEED BIT(1) // q3df compat, also useful in xonotic