From 50a1e2b2fe3c207c7227df4941f2f66990db0c2c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Aug 2008 18:24:36 +0000 Subject: network protocol version 5, netserver per-client updates, zone change protocol --- src/core/application.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/application.cc') diff --git a/src/core/application.cc b/src/core/application.cc index 5cf4d66..49c61d7 100644 --- a/src/core/application.cc +++ b/src/core/application.cc @@ -461,4 +461,10 @@ void Application::notify_message(std::string const & message) con_print << message << std::endl; } +void Application::notify_zoneclear(Zone *zone) +{ + // the default implementation does nothing. + // The client uses this to clear old zones +} + } -- cgit v1.2.3