]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Impulses: migration pathway -- missed a space
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 7 Dec 2015 02:51:07 +0000 (13:51 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 7 Dec 2015 02:51:07 +0000 (13:51 +1100)
qcsrc/common/impulses/all.qh

index 7bca7c20faab24d2249ac3415992d826283162f9..a0c6e4b20dd2d9cdb74ac6b972e95bc21a859df1 100644 (file)
@@ -32,7 +32,7 @@ REGISTRY_CHECK(IMPULSES)
        SHUTDOWN(legacy_##alias) { IMPULSE_ALIAS(alias, "impulse " #id); }
 
 #define X(slot, imp) \
-       REGISTER_IMPULSE(weapon_group_##slot, imp) LEGACY_IMPULSE(weapon_group_##slot, imp, "impulse" #imp)
+       REGISTER_IMPULSE(weapon_group_##slot, imp) LEGACY_IMPULSE(weapon_group_##slot, imp, "impulse " #imp)
 X(1, 1)
 X(2, 2)
 X(3, 3)