Store past damages in vector form
This commit is contained in:
+1
-1
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user