From dd8eee7eede02b71b86864b533eed4102f0c584e Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Sun, 31 Jul 2022 19:33:10 +0300 Subject: Pending ghost messages (#736) This feature allows text to be posted to the IC log as a "ghost" before it has been displayed in-game. When desync chat is enabled, it's common for the player to wait a little while before their messages are displayed. Ghosts only apply to the active player's messages, not all queued messages. They are also pinned at the end of the IC log until they are displayed. Co-authored-by: oldmud0 Co-authored-by: stonedDiscord --- include/datatypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/datatypes.h') diff --git a/include/datatypes.h b/include/datatypes.h index 3289bd86..d5d8551e 100644 --- a/include/datatypes.h +++ b/include/datatypes.h @@ -110,7 +110,7 @@ enum CHAT_MESSAGE { FRAME_REALIZATION, FRAME_SFX, ADDITIVE, - EFFECTS + EFFECTS, }; enum EMOTE_MOD { -- cgit