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/skins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/components/skins.h') diff --git a/src/game/client/components/skins.h b/src/game/client/components/skins.h index e1000e3a..9568e793 100644 --- a/src/game/client/components/skins.h +++ b/src/game/client/components/skins.h @@ -28,6 +28,6 @@ public: private: sorted_array m_aSkins; - static void SkinScan(const char *pName, int IsDir, void *pUser); + static void SkinScan(const char *pName, int IsDir, int DirType, void *pUser); }; #endif -- cgit 1.4.1