diff options
| author | oy <Tom_Adams@web.de> | 2010-09-24 13:38:03 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-09-24 13:38:03 +0200 |
| commit | 7e0b37e06c71dc96d68f3352ecd2c799caaaf8ec (patch) | |
| tree | b76100af28ae1fecb480ff02ae42f24507e92d06 /src/game/client/components/menus.h | |
| parent | 1cbf731fc0c3cbc5a1d2be6f1af51cb93d9739e2 (diff) | |
| download | zcatch-7e0b37e06c71dc96d68f3352ecd2c799caaaf8ec.tar.gz zcatch-7e0b37e06c71dc96d68f3352ecd2c799caaaf8ec.zip | |
fixed that it checks the current dir for demos too
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 3 |
1 files changed, 1 insertions, 2 deletions
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(); |