mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
parametrize quicksave file name
This commit is contained in:
parent
f567b7ab91
commit
992e69e591
@ -1506,7 +1506,7 @@ char* G_SaveGameName(int slot)
|
||||
char buf[16] = {0};
|
||||
// save to dedicated quicksave slot
|
||||
if (slot == quickSaveSlot)
|
||||
strcpy(buf, "woofquick.dsg");
|
||||
sprintf(buf, "%.4s%s.dsg", savegamename, "quick");
|
||||
else
|
||||
sprintf(buf, "%.7s%d.dsg", savegamename, 10*savepage+slot);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user