Переглянути джерело

win32: fix working directory code in monsterz and neercs.

master
Sam Hocevar 12 роки тому
джерело
коміт
944c8790f5
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      neercs/neercs.cpp

+ 1
- 1
neercs/neercs.cpp Переглянути файл

@@ -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


Завантаження…
Відмінити
Зберегти