about summary refs log tree commit diff
path: root/src/game/client/components/menus.cpp
diff options
context:
space:
mode:
authorAlfred Eriksson <somerunce@gmail.com>2008-11-17 16:46:21 +0000
committerAlfred Eriksson <somerunce@gmail.com>2008-11-17 16:46:21 +0000
commit9167fdea18f263cbbc206305af6478b1bbaa57c0 (patch)
tree02d966c0b96ad88d51879f3aa64c82ada7f14260 /src/game/client/components/menus.cpp
parent2e63ef3299b72111dfa3baebe0480c2e2d3066cf (diff)
downloadzcatch-9167fdea18f263cbbc206305af6478b1bbaa57c0.tar.gz
zcatch-9167fdea18f263cbbc206305af6478b1bbaa57c0.zip
fixed demo list refreshing
Diffstat (limited to 'src/game/client/components/menus.cpp')
-rw-r--r--src/game/client/components/menus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp
index 7da4f5d4..60820d5b 100644
--- a/src/game/client/components/menus.cpp
+++ b/src/game/client/components/menus.cpp
@@ -543,7 +543,7 @@ int MENUS::render_menubar(RECT r)
 		static int demos_button=0;
 		if (ui_do_button(&demos_button, "Demos", active_page==PAGE_DEMOS, &button, ui_draw_menu_tab_button, 0))
 		{
-			//client_serverbrowse_refresh(BROWSETYPE_FAVORITES);
+			demolist_populate();
 			new_page  = PAGE_DEMOS;
 		}		
 	}