Fix console item creation, fix tank object clockwise orientation

This commit is contained in:
2024-06-11 14:19:31 +01:00
parent c862c862df
commit 935f09f08e
7 changed files with 11 additions and 33 deletions
+6 -11
View File
@@ -1,22 +1,17 @@
/home/justin/Haskell/loop/src/Dodge/Base/You.hs:3:1: warning: [-Wunused-imports]
The import of TreeHelp is redundant
|
3 | import TreeHelp
| ^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Base/You.hs:46:19: warning: [-Wunused-matches]
/home/justin/Haskell/loop/src/Dodge/Base/You.hs:45:19: warning: [-Wunused-matches]
Defined but not used: cr
|
46 | upDownAttachments cr i j s = s
45 | upDownAttachments cr i j s = s
| ^^
/home/justin/Haskell/loop/src/Dodge/Base/You.hs:46:22: warning: [-Wunused-matches]
/home/justin/Haskell/loop/src/Dodge/Base/You.hs:45:22: warning: [-Wunused-matches]
Defined but not used: i
|
46 | upDownAttachments cr i j s = s
45 | upDownAttachments cr i j s = s
| ^
/home/justin/Haskell/loop/src/Dodge/Base/You.hs:46:24: warning: [-Wunused-matches]
/home/justin/Haskell/loop/src/Dodge/Base/You.hs:45:24: warning: [-Wunused-matches]
Defined but not used: j
|
46 | upDownAttachments cr i j s = s
45 | upDownAttachments cr i j s = s
| ^
/home/justin/Haskell/loop/src/Dodge/Item.hs:29:25: warning: [-Wincomplete-patterns]
Pattern match(es) are non-exhaustive