Remove unnecessary projectile code

This commit is contained in:
2024-12-28 10:20:17 +00:00
parent 2e67924339
commit 39a76f758a
3 changed files with 7 additions and 17 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ data ProjectileUpdate
| DestroyPU {_pjuScreenID :: Maybe (NewInt ItmInt)
,_pjuTimer :: Int}
| TimePU
| CollisionEffectPU {_pjuControlID :: Maybe (NewInt ItmInt)
,_pjuDetonatorID :: Maybe (NewInt ItmInt)
| CollisionEffectPU
{_pjuDetonatorID :: Maybe (NewInt ItmInt)
,_pjuScreenID :: Maybe (NewInt ItmInt)
}
| ApplyGravityPU