Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-04 18:24:36 +0000
committerStijn Buys <ingar@osirion.org>2008-08-04 18:24:36 +0000
commit50a1e2b2fe3c207c7227df4941f2f66990db0c2c (patch)
tree5c4293babed4434d81cf9284f522dd0e74482cf0 /src/core/application.cc
parentebd5cd9daabb2d2eb6f5e06f9433cc8e6a4e0f7a (diff)
network protocol version 5, netserver per-client updates, zone change protocol
Diffstat (limited to 'src/core/application.cc')
-rw-r--r--src/core/application.cc6
1 files changed, 6 insertions, 0 deletions
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
+}
+
}