Browse Source

win32: fix working directory code in monsterz and neercs.

master
Sam Hocevar 12 years ago
parent
commit
944c8790f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      neercs/neercs.cpp

+ 1
- 1
neercs/neercs.cpp View File

@@ -74,7 +74,7 @@ int main(int argc, char **argv)
Application app("Neercs", ivec2(800, 600), 60.0f);

#if defined _MSC_VER && !defined _XBOX
_chdir("..");
_chdir("../..");
#elif defined _WIN32 && !defined _XBOX
_chdir("../..");
#endif


Loading…
Cancel
Save