mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 06:54:05 +09:00
weatherbox is now owned by the world
This commit is contained in:
@@ -7,7 +7,7 @@ internal interface RNGConsumer {
|
||||
|
||||
val RNG: HQRNG
|
||||
|
||||
fun loadFromSave(s0: Long, s1: Long) {
|
||||
fun loadFromSave(ingame: IngameInstance, s0: Long, s1: Long) {
|
||||
RNG.setSeed(s0, s1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user