From 845c0262f4ab243748b085c2608c0e3e28799a0a Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 11 Dec 2020 18:57:13 +0000 Subject: clui feature: handle players and online info from server, show it --- src/client/clui/Client.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/clui/Client.hpp') diff --git a/src/client/clui/Client.hpp b/src/client/clui/Client.hpp index 5dbcfd6..20599f4 100644 --- a/src/client/clui/Client.hpp +++ b/src/client/clui/Client.hpp @@ -24,7 +24,7 @@ public: ~Client(); virtual void HandleActions(); - virtual void AddMessage(const char *msg, int type); + virtual void AddMessage(const char *msg, const char spec_char); private: void AddCharToBuffer(char ch); void RemoveCharFromBuffer(); -- cgit v1.2.3-18-g5258