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/client/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/client/main.cc') diff --git a/game/client/main.cc b/game/client/main.cc index 6fabaa3..277b278 100644 --- a/game/client/main.cc +++ b/game/client/main.cc @@ -266,7 +266,7 @@ int main(int argc, char **argv) alcMakeContextCurrent(globals::sound_ctx); - splash::init(); + splash::init_client(); window_title::update(); -- cgit