Fix bug in attached item position orienting
This commit is contained in:
+15
-1
@@ -1 +1,15 @@
|
||||
All good (604 modules, at 18:53:36)
|
||||
/home/justin/Haskell/loop/src/Dodge/ItEffect.hs:67:17-19: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘itm’
|
||||
|
|
||||
67 | createHeldLight itm cr = id
|
||||
| ^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/ItEffect.hs:67:21-22: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘cr’
|
||||
|
|
||||
67 | createHeldLight itm cr = id
|
||||
| ^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Creature/State.hs:202:14-16: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘itm’
|
||||
|
|
||||
202 | testtorch cr itm (p,q) = --createTorchLightOffset cr itm pos' .
|
||||
| ^^^
|
||||
|
||||
Reference in New Issue
Block a user