From ae65ef53fc8b70ebee3b43bb06ecd091aaae2a26 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 17 Jul 2008 14:19:18 +0000 Subject: engine sounds --- 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 f8c563c..f92a0fe 100644 --- a/src/core/application.cc +++ b/src/core/application.cc @@ -411,6 +411,12 @@ void Application::notify_sound(const char *name) // Dedicated servers don't need sounds } +void Application::notify_remove_sound(size_t source) +{ + // the default implementation does nothing. + // Dedicated servers don't need sounds +} + void Application::notify_message(std::string const & message) { con_print << message << std::endl; -- cgit v1.2.3