- fixed quicksave setup

Fixes #133
This commit is contained in:
Christoph Oelckers 2020-10-20 23:34:30 +02:00
parent a17f529c49
commit 699c32ff4a
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ void FSavegameManager::PerformLoadGame(const char *f, bool s)
void FSavegameManager::PerformSaveGame(const char *f, const char *s)
{
G_SaveGame(f, s, false, false);
G_SaveGame(f, s, true, false);
}
FString FSavegameManager::BuildSaveName(const char* fn, int slot)