From 7e0b37e06c71dc96d68f3352ecd2c799caaaf8ec Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 24 Sep 2010 13:38:03 +0200 Subject: fixed that it checks the current dir for demos too --- src/game/client/components/menus.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game/client/components/menus.h') diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index 1d9591bd..2fb53d13 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -167,8 +167,7 @@ class CMenus : public CComponent bool m_DemolistDelEntry; void DemolistPopulate(); - static void DemolistCountCallback(const char *pName, int IsDir, void *pUser); - static void DemolistFetchCallback(const char *pName, int IsDir, void *pUser); + static void DemolistFetchCallback(const char *pName, int IsDir, int DirType, void *pUser); // found in menus.cpp int Render(); -- cgit 1.4.1