mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
quicksave (part of the autosaving) is working
This commit is contained in:
@@ -313,7 +313,7 @@ open class TerrarumIngame(batch: SpriteBatch) : IngameInstance(batch) {
|
||||
)
|
||||
|
||||
// make initial savefile
|
||||
WriteSavegame.immediate(savegameArchive, File(App.defaultSaveDir, savegameNickname), this) {
|
||||
WriteSavegame.immediate(savegameArchive, getSaveFileMain(), this) {
|
||||
makeSavegameBackupCopy()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user