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.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/bother.hh') diff --git a/src/game/client/bother.hh b/src/game/client/bother.hh index fab62d1..2ff44cf 100644 --- a/src/game/client/bother.hh +++ b/src/game/client/bother.hh @@ -14,7 +14,7 @@ struct BotherResponseEvent final { namespace bother { void init(void); -void deinit(void); +void shutdown(void); void update_late(void); void ping(unsigned int identity, const char* host, std::uint16_t port); void cancel(unsigned int identity); -- cgit