From 51c3f1b195747e8c76f414976e361a813d24fa5d Mon Sep 17 00:00:00 2001 From: Franco Romaniello Date: Fri, 17 Sep 2021 13:03:37 +0200 Subject: [PATCH] Fix typo in message_const.inc TE_FIZZ comment (#990) --- plugins/include/message_const.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/message_const.inc b/plugins/include/message_const.inc index f9b07d65..a7816b9c 100644 --- a/plugins/include/message_const.inc +++ b/plugins/include/message_const.inc @@ -737,7 +737,7 @@ enum * write_byte(TE_FIZZ) * write_short(entity) * write_short(sprite index) - * write_byte density) + * write_byte(density) */ #define TE_FIZZ 105