diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-03-28 10:21:04 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-03-28 10:21:04 -0400 |
commit | ceef5de7d838e97c3d7f990023398181ee1500c2 (patch) | |
tree | 43153a4a24bdc92929cfe5f4e23b2b67deb84ec1 /include | |
parent | da4bd0b57b1ce5cdb56e6f8d9870998cbdd176f4 (diff) |
better arrow collision
Diffstat (limited to 'include')
-rw-r--r-- | include/attack.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/attack.hpp b/include/attack.hpp index 027b93f..ef67a79 100644 --- a/include/attack.hpp +++ b/include/attack.hpp @@ -10,7 +10,6 @@ enum class AttackType : char { ShortSlash, LongSlash, - SmallBoom }; struct AttackEvent { |