mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
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:
parent
b54f6daa27
commit
5d2b5559c8
7 changed files with 125 additions and 48 deletions
|
@ -2006,4 +2006,7 @@ void Gameplay_PerformSave(GlobalContext* globalCtx) {
|
|||
} else {
|
||||
Save_SaveFile();
|
||||
}
|
||||
if (CVar_GetS32("gAutosave", 0)) {
|
||||
Overlay_DisplayText(3.0f, "Game Saved");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue