]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/AttackChoice.cpp
removed stupid file headers that eclipse put in
[l2e.git] / src / battle / AttackChoice.cpp
index c966b5379043366fc513b73babbba97a0cb44378..8a9be06072e823a928ff00cbc926d047e9174340 100644 (file)
@@ -1,12 +1,11 @@
-/*
- * AttackChoice.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "AttackChoice.h"
 
 namespace battle {
 
+void AttackChoice::Reset() {
+       thing = 0;
+       selection.Reset();
+       type = UNDECIDED;
+}
+
 }