diff options
Diffstat (limited to 'src/game/client/components/skins.cpp')
| -rw-r--r-- | src/game/client/components/skins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/skins.cpp b/src/game/client/components/skins.cpp index 0ce3d952..451a77f3 100644 --- a/src/game/client/components/skins.cpp +++ b/src/game/client/components/skins.cpp @@ -125,7 +125,7 @@ void SKINS::init() { // load skins num_skins = 0; - engine_listdir("skins", skinscan, this); + engine_listdir(LISTDIRTYPE_ALL, "skins", skinscan, this); } int SKINS::num() |