Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.cc')
-rw-r--r--src/client/client.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/client.cc b/src/client/client.cc
index edec13c..bb6fb55 100644
--- a/src/client/client.cc
+++ b/src/client/client.cc
@@ -252,6 +252,8 @@ void Client::notify_connect()
view()->notify()->clear();
view()->chat()->clear();
ui::root()->hide_menu();
+
+ video::set_caption();
}
void Client::notify_disconnect()
@@ -262,6 +264,8 @@ void Client::notify_disconnect()
view()->notify()->clear();
view()->chat()->clear();
+
+ video::set_caption();
}
void Client::notify_zonechange()