mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Don't change the CWD to the eduke32.exe directory on Windows. EDuke32 now searches the CWD for data files on all platforms.
git-svn-id: https://svn.eduke32.com/eduke32@1547 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4d3b7501f0
commit
281fc8e8ab
1 changed files with 1 additions and 1 deletions
|
@ -10488,7 +10488,7 @@ void app_main(int32_t argc,const char **argv)
|
|||
#ifdef _WIN32
|
||||
tempbuf[GetModuleFileName(NULL,root,BMAX_PATH)] = 0;
|
||||
Bcorrectfilename(root,1);
|
||||
chdir(root);
|
||||
//chdir(root);
|
||||
#else
|
||||
getcwd(root,BMAX_PATH);
|
||||
strcat(root,"/");
|
||||
|
|
Loading…
Reference in a new issue