From 138c0c5e2b5de54f141dbbca48da623b8d3616a0 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 16 Dec 2007 22:34:43 +0000 Subject: fixed the welcome screen --- src/game/client/gc_client.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/client/gc_client.cpp') diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index a641dcfa..9dac2749 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -31,6 +31,7 @@ enum data_container *data = 0x0; extern void modmenu_render(); +extern void menu_init(); enum { @@ -530,6 +531,8 @@ void render_loading(float percent); extern "C" void modc_init() { + menu_init(); + // setup sound channels snd_set_channel(CHN_GUI, 1.0f, 0.0f); snd_set_channel(CHN_MUSIC, 1.0f, 0.0f); -- cgit 1.4.1