From 08315a4329670da0e24fe10862e513ffc83f2478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Gr=C3=BCnbacher?= Date: Thu, 7 Aug 2014 21:42:18 +0200 Subject: [PATCH] message_const: Move TE_USERTRACER example into the comment block --- plugins/include/message_const.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/message_const.inc b/plugins/include/message_const.inc index c0574cfb..b4ff53f7 100644 --- a/plugins/include/message_const.inc +++ b/plugins/include/message_const.inc @@ -1073,8 +1073,6 @@ enum * Larger message than the standard tracer, but allows some customization. * * @note - */ -#define TE_USERTRACER 127 * write_byte(TE_USERTRACER) * write_coord(origin.x) * write_coord(origin.y) @@ -1085,6 +1083,8 @@ enum * write_byte(life * 10) * write_byte(color) this is an index into an array of color vectors in the engine. (0 - ) * write_byte(length * 10) + */ +#define TE_USERTRACER 127 /** * @endsection