mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
do not backup savegame on load
This commit is contained in:
@@ -372,10 +372,6 @@ open class TerrarumIngame(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
|||||||
actorNowPlaying = codices.player
|
actorNowPlaying = codices.player
|
||||||
actorGamer = codices.player
|
actorGamer = codices.player
|
||||||
|
|
||||||
// don't put it on the postInit() or render(); postInitForNewGame calls this function on the savegamewriter's callback
|
|
||||||
makeSavegameBackupCopy(getWorldSaveFiledesc(worldSavefileName))
|
|
||||||
makeSavegameBackupCopy(getPlayerSaveFiledesc(playerSavefileName))
|
|
||||||
|
|
||||||
printdbg(this, "postInitForLoadFromSave exit")
|
printdbg(this, "postInitForLoadFromSave exit")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user