ソースを参照

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


読み込み中…
キャンセル
保存