Autosave improvements (#1247)

* Autosave improvements

* Update soh/src/code/z_play.c

* Removes a line break in building.md

Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>
This commit is contained in:
Josh Bodner 2022-09-20 17:08:43 -07:00 committed by GitHub
parent b54f6daa27
commit 5d2b5559c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 125 additions and 48 deletions

View file

@ -2006,4 +2006,7 @@ void Gameplay_PerformSave(GlobalContext* globalCtx) {
} else {
Save_SaveFile();
}
if (CVar_GetS32("gAutosave", 0)) {
Overlay_DisplayText(3.0f, "Game Saved");
}
}