Store past damages in vector form

This commit is contained in:
jgk
2021-08-19 01:41:56 +02:00
parent b9f73d255f
commit d7047c4b09
7 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ data World = World
, _mousePos :: !Point2
, _testString :: String
, _yourID :: !Int
, _worldEvents :: (World -> World)
, _worldEvents :: World -> World
, _pressPlates :: IM.IntMap PressPlate
, _buttons :: IM.IntMap Button
, _soundQueue :: [(Int,Int16)]