This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
neercs
mirror of
https://github.com/cacalabs/neercs.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
win32: fix working directory code in monsterz and neercs.
master
Sam Hocevar
12 years ago
parent
10108b6362
commit
944c8790f5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save