Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
+}
+
}