1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00
This commit is contained in:
FunkyFr3sh 2021-08-10 19:04:31 +02:00
parent f4a5749fd8
commit 44636e4056

View File

@ -21,7 +21,7 @@ CNCDDRAWCONFIG g_config =
void cfg_load()
{
/* set up settings ini .*/
/* set up settings ini */
char cwd[MAX_PATH];
char tmp[256];
GetCurrentDirectoryA(sizeof(cwd), cwd);