diff options
| author | oy <Tom_Adams@web.de> | 2010-08-05 20:26:03 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-08-05 20:26:03 +0200 |
| commit | 665205327d0db5765de4b6d7576f7dad0be305a9 (patch) | |
| tree | 1f726f552908e5b3d57665b5c591266a8c0abd58 /src/engine/client | |
| parent | e79bfb243cd24f2b97467d2d087782d61e985753 (diff) | |
| download | zcatch-665205327d0db5765de4b6d7576f7dad0be305a9.tar.gz zcatch-665205327d0db5765de4b6d7576f7dad0be305a9.zip | |
added lost datadir override feature
Diffstat (limited to 'src/engine/client')
| -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 92590472..bfe3f8ae 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -1964,7 +1964,7 @@ int main(int argc, const char **argv) // ignore_convention // create the components IConsole *pConsole = CreateConsole(CFGFLAG_CLIENT); - IStorage *pStorage = CreateStorage("Teeworlds", argv[0]); // ignore_convention + IStorage *pStorage = CreateStorage("Teeworlds", argc, argv); // ignore_convention IConfig *pConfig = CreateConfig(); IEngineGraphics *pEngineGraphics = CreateEngineGraphics(); IEngineSound *pEngineSound = CreateEngineSound(); |