Fix minigun inter-frame bullet speed
This commit is contained in:
+5
-9
@@ -1,10 +1,6 @@
|
||||
/home/justin/Haskell/loop/src/Dodge/Bullet.hs:75:5-11: warning: [-Wunused-local-binds]
|
||||
Defined but not used: ‘bultype’
|
||||
/home/justin/Haskell/loop/src/Dodge/Item.hs:(29,25)-(35,40): warning: [-Wincomplete-patterns]
|
||||
Pattern match(es) are non-exhaustive
|
||||
In a case alternative: Patterns not matched: AMMOATTACH SHELLMAG
|
||||
|
|
||||
75 | bultype = _laAmmoType $ _heldConsumption $ _itUse it
|
||||
| ^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/HeldUse.hs:371:14: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘x’
|
||||
|
|
||||
371 | moddelay x = id
|
||||
| ^
|
||||
29 | itemFromAttachType at = case at of
|
||||
| ^^^^^^^^^^...
|
||||
|
||||
Reference in New Issue
Block a user