]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/AttackChoice.cpp
added item target selection
[l2e.git] / src / battle / AttackChoice.cpp
index c966b5379043366fc513b73babbba97a0cb44378..5d3359b86523d373dcb9719b9074196bf8a746ff 100644 (file)
@@ -9,4 +9,10 @@
 
 namespace battle {
 
+void AttackChoice::Reset() {
+       thing = 0;
+       selection.Reset();
+       type = UNDECIDED;
+}
+
 }