Start simplifying projectile update
This commit is contained in:
+1
-3
@@ -521,9 +521,7 @@ tmUpdate tm w = case w ^? cWorld . lWorld . terminals . ix (_tmID tm) . tmFuture
|
||||
pointTermParams = cWorld . lWorld . terminals . ix (_tmID tm)
|
||||
|
||||
setOldPos :: Creature -> Creature
|
||||
setOldPos cr =
|
||||
cr
|
||||
& crOldPos .~ _crPos cr
|
||||
setOldPos cr = cr & crOldPos .~ _crPos cr
|
||||
|
||||
-- hack
|
||||
--updateRandGen :: World -> World
|
||||
|
||||
Reference in New Issue
Block a user