From d1d7521ee859f10e99fb3f82e710c8bbeb7c41c5 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 16 Mar 2025 22:19:39 +0500 Subject: Fix the bizzare CRC32 callback I forgot to remove - This fixes bother not working - Separated client and server splashes - Added server splashes --- game/shared/splash.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game/shared/splash.hh') diff --git a/game/shared/splash.hh b/game/shared/splash.hh index 2a370f9..9510d35 100644 --- a/game/shared/splash.hh +++ b/game/shared/splash.hh @@ -4,7 +4,8 @@ namespace splash { -void init(void); +void init_client(void); +void init_server(void); const char* get(void); } // namespace splash -- cgit