diff options
| author | oy <Tom_Adams@web.de> | 2011-02-21 11:23:30 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-02-21 11:23:30 +0100 |
| commit | 088ec3e2f3ba0419612846db8f3687f5e2de1348 (patch) | |
| tree | f12d7d6a55a7ef668dcc58ee64d0869ea7434e21 /src/engine/client/client.h | |
| parent | 4f91026a01436d95cb20b3a994e96dce5072544e (diff) | |
| download | zcatch-088ec3e2f3ba0419612846db8f3687f5e2de1348.tar.gz zcatch-088ec3e2f3ba0419612846db8f3687f5e2de1348.zip | |
made the client's map search work with sub folders. Closes #254
Diffstat (limited to 'src/engine/client/client.h')
| -rw-r--r-- | src/engine/client/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/client.h b/src/engine/client/client.h index c073139a..8768f23a 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.h @@ -99,7 +99,7 @@ public: void Init(IStorage *pStorage, const char *pPath, const char *pFileDesc, const char *pFileExt, int MaxEntries); void AddEntry(int64 Timestamp); - static void FilelistCallback(const char *pFilename, int IsDir, int StorageType, void *pUser); + static int FilelistCallback(const char *pFilename, int IsDir, int StorageType, void *pUser); }; |