Fix minigun inter-frame bullet speed

This commit is contained in:
2024-06-22 11:42:33 +01:00
parent a9ac974a2c
commit 35a56eef56
7 changed files with 96 additions and 80 deletions
+5 -9
View File
@@ -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
| ^^^^^^^^^^...