This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
cacalabs
/
neercs
огледало од
https://github.com/cacalabs/neercs.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
win32: fix working directory code in monsterz and neercs.
master
Sam Hocevar
пре 12 година
родитељ
10108b6362
комит
944c8790f5
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Откажи
Сачувај