mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
devcycle-based version name (alpha, beta thing)
This commit is contained in:
@@ -544,7 +544,7 @@ class UIItemPlayerCells(
|
||||
}
|
||||
|
||||
val snap = loadable.getSaveSnapshotVersion()
|
||||
versionString = genver + (if (snap != null) "-$snap" else "")
|
||||
versionString = TerrarumAppConfiguration.convertVersionNumberToReadable(genver, snap)// genver + (if (snap != null) "-$snap" else "")
|
||||
|
||||
val savegameVersionNum = // 0x GGGG GGGGGG GGGGGG YY WW RR
|
||||
BigInteger(genverLong.toString()) * BigInteger("16777216") + BigInteger(snap?.hashCode()?.toString() ?: "16777215")
|
||||
|
||||
Reference in New Issue
Block a user