Move toward shell storing update as list
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@ Description : Simulation update
|
||||
-}
|
||||
module Dodge.Update ( updateUniverse ) where
|
||||
import Dodge.Data
|
||||
import Dodge.Projectile.Update
|
||||
import Dodge.Creature.Update
|
||||
import Dodge.RadarSweep
|
||||
import Dodge.PosEvent
|
||||
@@ -87,7 +88,7 @@ functionalUpdate cfig w = checkEndGame
|
||||
. updateFlares
|
||||
. updateBeams
|
||||
. updateIMl _props _pjUpdate
|
||||
. updateIMl _projectiles _prjUpdate
|
||||
. updateIMl' _projectiles updateProjectile
|
||||
. updateLightSources
|
||||
. updateClouds
|
||||
. updateGusts
|
||||
|
||||
Reference in New Issue
Block a user