Fix connecting sounds

This commit is contained in:
2024-11-05 19:48:55 +00:00
parent ecbd51135b
commit 79b03ef6ec
2 changed files with 51 additions and 10 deletions
+10 -1
View File
@@ -1 +1,10 @@
All good (594 modules, at 19:11:58)
/home/justin/Haskell/loop/src/Dodge/Inventory.hs:250:1-16: warning: [-Wunused-top-binds]
Defined but not used: isConnectedAbove
|
250 | isConnectedAbove x = case x ^. locLdtContext of
| ^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Inventory.hs:255:1-16: warning: [-Wunused-top-binds]
Defined but not used: isConnectedBelow
|
255 | isConnectedBelow x = case x ^. locLdtContext of
| ^^^^^^^^^^^^^^^^