Fix battlescreen having wrong daytime sky
This commit is contained in:
parent
a6d9a21b72
commit
62fea61236
|
@ -872,6 +872,7 @@
|
||||||
|
|
||||||
Level.Load("battle\" & levelfile)
|
Level.Load("battle\" & levelfile)
|
||||||
Level.MapName = SavedOverworld.Level.MapName
|
Level.MapName = SavedOverworld.Level.MapName
|
||||||
|
Level.DayTime = World.GetTime + 1
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
#End Region
|
#End Region
|
||||||
|
|
Loading…
Reference in New Issue