From: TimePath Date: Mon, 7 Dec 2015 02:51:07 +0000 (+1100) Subject: Impulses: migration pathway -- missed a space X-Git-Tag: xonotic-v0.8.2~1538 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d93d6ee764f126b9614e7f5dbaef4bcdc82b08d3;p=xonotic%2Fxonotic-data.pk3dir.git Impulses: migration pathway -- missed a space --- diff --git a/qcsrc/common/impulses/all.qh b/qcsrc/common/impulses/all.qh index 7bca7c20f..a0c6e4b20 100644 --- a/qcsrc/common/impulses/all.qh +++ b/qcsrc/common/impulses/all.qh @@ -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)