- fixed quicksave setup

Fixes #133
This commit is contained in:
Christoph Oelckers 2020-10-20 23:34:30 +02:00
parent a17f529c49
commit 699c32ff4a

View file

@ -119,7 +119,7 @@ void FSavegameManager::PerformLoadGame(const char *f, bool s)
void FSavegameManager::PerformSaveGame(const char *f, const char *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) FString FSavegameManager::BuildSaveName(const char* fn, int slot)