From cdc1655b33a34f46da4fec11e29b5b34a4cb2e4e Mon Sep 17 00:00:00 2001 From: Joel de Vahl Date: Tue, 24 Jul 2007 08:49:03 +0000 Subject: Fixed sound bug and made things compile. --- src/game/client/menu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/client/menu.cpp') diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp index 4eef008c..373da6e6 100644 --- a/src/game/client/menu.cpp +++ b/src/game/client/menu.cpp @@ -705,7 +705,7 @@ static int main_render() { inited = true; - client_serverbrowse_refresh(); + client_serverbrowse_refresh(0); } static int scoll_index = 0, selected_index = -1; @@ -727,7 +727,7 @@ static int main_render() static int refresh_button, join_button, quit_button; if (ui_do_button(&refresh_button, "Refresh", 0, 20, 420, 170, 48, draw_teewars_button)) - client_serverbrowse_refresh(); + client_serverbrowse_refresh(0); /*if (selected_index == -1) { -- cgit 1.4.1