summaryrefslogtreecommitdiffstats
path: root/src/game/client/play_menu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/play_menu.cc')
-rw-r--r--src/game/client/play_menu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/play_menu.cc b/src/game/client/play_menu.cc
index b9a6693..51ce30c 100644
--- a/src/game/client/play_menu.cc
+++ b/src/game/client/play_menu.cc
@@ -477,7 +477,7 @@ void play_menu::init(void)
globals::dispatcher.sink<BotherResponseEvent>().connect<&on_bother_response>();
}
-void play_menu::deinit(void)
+void play_menu::shutdown(void)
{
std::ostringstream stream;