From d93d6ee764f126b9614e7f5dbaef4bcdc82b08d3 Mon Sep 17 00:00:00 2001 From: TimePath Date: Mon, 7 Dec 2015 13:51:07 +1100 Subject: [PATCH] Impulses: migration pathway -- missed a space --- qcsrc/common/impulses/all.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2