]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
document reasoning behind new q3df teleporter spawnflags
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Wed, 8 Feb 2023 17:16:19 +0000 (18:16 +0100)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Wed, 8 Feb 2023 17:16:19 +0000 (18:16 +0100)
qcsrc/common/mapobjects/trigger/teleport.qh

index aa4fee723f29d67cb6d8369b577a97d298b62ebc..84f6fb3858e7f03a15b4eefb52eb77c4bff627b0 100644 (file)
@@ -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