Antur's suggested fix for #21988 (#22042)

* Antur's suggestions

Are silicons even supposed to have grab/disarm?

* LIke 3% of a coder now
This commit is contained in:
Haevacht
2016-12-09 03:56:07 +11:00
committed by KorPhaeron
parent bc2f7c47e4
commit 49d076be6a
-4
View File
@@ -312,10 +312,6 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
if(INTENT_NEXT)
switch (a_intent)
if(INTENT_HELP)
a_intent = INTENT_DISARM
if(INTENT_DISARM)
a_intent = INTENT_GRAB
if(INTENT_GRAB)
a_intent = INTENT_HARM
if(INTENT_HARM)
a_intent = INTENT_HELP