Replace buggy circle seg intersection with a simpler test
This commit is contained in:
@@ -148,8 +148,9 @@ data HeldItemType
|
||||
| TESLAGUN
|
||||
| LASER
|
||||
| TRACTORGUN
|
||||
| LAUNCHER
|
||||
| LAUNCHERX {_xNum :: Int}
|
||||
| RLAUNCHER
|
||||
| RLAUNCHERX {_xNum :: Int}
|
||||
| GLAUNCHER
|
||||
| POISONSPRAYER
|
||||
| SHATTERGUN
|
||||
| TORCH
|
||||
|
||||
@@ -140,7 +140,8 @@ data MuzzleEffect
|
||||
| MuzzleLaser
|
||||
| MuzzleTesla
|
||||
| MuzzleTractor
|
||||
| MuzzleLauncher
|
||||
| MuzzleRLauncher
|
||||
| MuzzleGLauncher
|
||||
| MuzzleNozzle
|
||||
{ _nzPressure :: GenFloat
|
||||
, _nzMaxWalkAngle :: Float
|
||||
|
||||
@@ -37,6 +37,7 @@ data ProjectileUpdate
|
||||
,_pjuDetonatorID :: Maybe (NewInt ItmInt)
|
||||
,_pjuScreenID :: Maybe (NewInt ItmInt)
|
||||
}
|
||||
| ApplyGravityPU
|
||||
deriving (Show, Eq, Ord, Read) --Generic, Flat)
|
||||
|
||||
data AmmoType
|
||||
|
||||
Reference in New Issue
Block a user