From cc88902f93645b4284805f51cd7eba8b513ed5f3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 Jan 2009 11:57:03 +0000 Subject: bump network protocol version to 15, fix player level initialization, exchange player list, credits, level, ping --- src/core/application.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/application.cc') diff --git a/src/core/application.cc b/src/core/application.cc index be86dd6..248512e 100644 --- a/src/core/application.cc +++ b/src/core/application.cc @@ -551,4 +551,9 @@ void Application::func_load(std::string const &args) Application::instance()->load(name); } +void Application::func_info(std::string const &args) +{ + // FIXME connection info etc +} + } -- cgit v1.2.3