UltraRogue: don't overwrite the savefile name when restoring.
This commit is contained in:
parent
403d9ec171
commit
7b42d453f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1433,7 +1433,7 @@ restore_file(FILE *savef)
|
||||||
strcpy(fruit,str);
|
strcpy(fruit,str);
|
||||||
ur_free(str);
|
ur_free(str);
|
||||||
str = ur_read_string(savef);
|
str = ur_read_string(savef);
|
||||||
strcpy(file_name,str);
|
// The file_name stored in the file no longer replaces its actual name.
|
||||||
ur_free(str);
|
ur_free(str);
|
||||||
str = ur_read_string(savef);
|
str = ur_read_string(savef);
|
||||||
strcpy(score_file,str);
|
strcpy(score_file,str);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue