Use DIR_SEPARATOR_S
This commit is contained in:
@@ -2115,7 +2115,7 @@ char *M_GetSaveGameDir(char *iwadname)
|
||||
|
||||
free(topdir);
|
||||
#else
|
||||
savegamedir = M_StringJoin(configdir, "/.savegame/", NULL);
|
||||
savegamedir = M_StringJoin(configdir, DIR_SEPARATOR_S, ".savegame/", NULL);
|
||||
|
||||
M_MakeDirectory(savegamedir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user