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/bother.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/bother.cc') diff --git a/src/game/client/bother.cc b/src/game/client/bother.cc index 8bd7182..7b10be5 100644 --- a/src/game/client/bother.cc +++ b/src/game/client/bother.cc @@ -47,7 +47,7 @@ void bother::init(void) bother_dispatcher.sink().connect<&on_status_response_packet>(); } -void bother::deinit(void) +void bother::shutdown(void) { enet_host_destroy(bother_host); bother_dispatcher.clear(); -- cgit