more on savegame migrator and virtualdisk bugfix

This commit is contained in:
minjaesong
2024-10-08 20:22:40 +09:00
parent e0fcd00d82
commit b428273fa2
6 changed files with 20 additions and 7 deletions

View File

@@ -159,7 +159,7 @@ open class IngameInstance(val batch: FlippingSpriteBatch, val isMultiplayer: Boo
val wallChangeQueue = ArrayList<BlockChangeQueueItem?>()
val wireChangeQueue = ArrayList<BlockChangeQueueItem?>() // if 'old' is set and 'new' is blank, it's a wire cutter
val modifiedChunks = Array(16) { TreeSet<Int>() }
val modifiedChunks = Array(16) { TreeSet<Long>() }
var loadedTime_t = App.getTIME_T()
protected set