From d8be908233fd7b85492d7a9e87f07bb207173990 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 Nov 2012 12:06:13 +0000 Subject: Moved core::EntityGlobe into a separate file, added various methods to core::Item and core::Slot, added r_slots cvar to draw entity slots and docks, added game methods for mounting and umounting of weapons, added playerlist to chat window. --- src/client/chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/chat.h') diff --git a/src/client/chat.h b/src/client/chat.h index 9b64297..eaaed10 100644 --- a/src/client/chat.h +++ b/src/client/chat.h @@ -54,7 +54,7 @@ protected: private: - void update_player_list(); + void refresh(); bool chat_small; ui::Text chat_log; -- cgit v1.2.3