summaryrefslogtreecommitdiffstats
path: root/src/game/client/sound.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/sound.cc')
-rw-r--r--src/game/client/sound.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/sound.cc b/src/game/client/sound.cc
index 28e0143..10f77c0 100644
--- a/src/game/client/sound.cc
+++ b/src/game/client/sound.cc
@@ -71,7 +71,7 @@ void sound::init_late(void)
{
}
-void sound::deinit(void)
+void sound::shutdown(void)
{
sfx_ui = nullptr;
sfx_player = nullptr;