From d549135c8050b1a2ecc572bc7305b6769e9baebd Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 23:15:00 +0500 Subject: Sanity commit: replace deinit with shutdown --- src/game/client/chat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/chat.cc') diff --git a/src/game/client/chat.cc b/src/game/client/chat.cc index 0a0c75d..2dfea38 100644 --- a/src/game/client/chat.cc +++ b/src/game/client/chat.cc @@ -145,7 +145,7 @@ void client_chat::init_late(void) { } -void client_chat::deinit(void) +void client_chat::shutdown(void) { sfx_chat_message = nullptr; } -- cgit