From 01a803bec48b1377d2714bce819fb2544eeeb44b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 11 Jan 2009 16:51:21 +0000 Subject: initial loader frame --- src/client/client.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/client.cc') diff --git a/src/client/client.cc b/src/client/client.cc index b897480..6611bb2 100644 --- a/src/client/client.cc +++ b/src/client/client.cc @@ -254,6 +254,8 @@ void Client::shutdown() void Client::notify_connect() { + video::frame_loading("Connecting..."); + view()->notify()->clear(); view()->chat()->clear(); ui::root()->hide_menu(); @@ -336,6 +338,10 @@ void Client::notify_message(const core::Message::Channel channel, const std::str con_print << message << std::endl; } +void Client::notify_loader(const std::string &message) { + video::loader_message(message.c_str()); +} + //--- engine functions -------------------------------------------- void Client::func_snd_restart(std::string const &args) -- cgit v1.2.3