Fix bugs in item locations
This commit is contained in:
+1
-20
@@ -1,20 +1 @@
|
||||
/home/justin/Haskell/loop/src/Dodge/Creature/State.hs:250:19-20: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘cr’
|
||||
|
|
||||
250 | itemInvSideEffect cr it
|
||||
| ^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Creature/State.hs:250:22-23: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘it’
|
||||
|
|
||||
250 | itemInvSideEffect cr it
|
||||
| ^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Creature/State.hs:257:1-17: warning: [-Wunused-top-binds]
|
||||
Defined but not used: ‘createAttachLight’
|
||||
|
|
||||
257 | createAttachLight cr it = createTorchLightOffset cr it attachoff
|
||||
| ^^^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Inventory/Add.hs:70:1-12: warning: [-Wunused-top-binds]
|
||||
Defined but not used: ‘pickUpItemID’
|
||||
|
|
||||
70 | pickUpItemID cid flid w = pickUpItem cid (w ^?! cWorld . lWorld . floorItems . ix flid) w
|
||||
| ^^^^^^^^^^^^
|
||||
All good (619 modules, at 13:12:05)
|
||||
|
||||
Reference in New Issue
Block a user