(svn r7449) -Codechange: Rename _path to _paths as it is technically more correct, but mainly because
it interferes with OS/2 symbol in libc (psmedley)
This commit is contained in:
@@ -187,7 +187,7 @@ DEF_CONSOLE_CMD(ConSave)
|
||||
if (argc == 2) {
|
||||
char buf[200];
|
||||
|
||||
snprintf(buf, lengthof(buf), "%s%s%s.sav", _path.save_dir, PATHSEP, argv[1]);
|
||||
snprintf(buf, lengthof(buf), "%s%s%s.sav", _paths.save_dir, PATHSEP, argv[1]);
|
||||
IConsolePrint(_icolour_def, "Saving map...");
|
||||
|
||||
if (SaveOrLoad(buf, SL_SAVE) != SL_OK) {
|
||||
|
Reference in New Issue
Block a user