Rewinding fixes

This commit is contained in:
2022-02-18 11:45:17 +00:00
parent e74ac9f4c4
commit 9923897fe2
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -123,6 +123,7 @@ data World = World
, _distortions :: [Distortion]
, _worldBounds :: Bounds
, _gameRooms :: [GameRoom] -- consider using and IntMap
, _maybeWorld :: Maybe' World
, _rewindWorlds :: [World]
, _rewinding :: Bool
, _worldClock :: Int