diff options
| author | oy <Tom_Adams@web.de> | 2012-01-09 01:38:45 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2012-01-09 01:38:45 +0100 |
| commit | 40735202143f8c4d2a539d1d81362c0c22e9324b (patch) | |
| tree | 9299f1fe701620bdde21a8f726f9fed4ce5e3795 /src/engine/client/client.cpp | |
| parent | de8c9b23eb8045f50205d1c5966e817584f9e300 (diff) | |
| download | zcatch-40735202143f8c4d2a539d1d81362c0c22e9324b.tar.gz zcatch-40735202143f8c4d2a539d1d81362c0c22e9324b.zip | |
cleaned up content folder creation. Closes #845
Diffstat (limited to 'src/engine/client/client.cpp')
| -rw-r--r-- | src/engine/client/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 8faf1e41..0e380e40 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -2272,7 +2272,7 @@ int main(int argc, const char **argv) // ignore_convention // create the components IEngine *pEngine = CreateEngine("Teeworlds"); IConsole *pConsole = CreateConsole(CFGFLAG_CLIENT); - IStorage *pStorage = CreateStorage("Teeworlds", argc, argv); // ignore_convention + IStorage *pStorage = CreateStorage("Teeworlds", IStorage::STORAGETYPE_CLIENT, argc, argv); // ignore_convention IConfig *pConfig = CreateConfig(); IEngineSound *pEngineSound = CreateEngineSound(); IEngineInput *pEngineInput = CreateEngineInput(); |