]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/PerformAttacks.cpp
removed useless comments
[l2e.git] / src / battle / states / PerformAttacks.cpp
index f930de955b39a72da9c3255e17d5ec5c162c3c23..bc6a11894dc0d369cacad07dd6a63c3a80cd2670 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * PerformAttacks.cpp
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #include "PerformAttacks.h"
 
 #include "../BattleState.h"
@@ -217,7 +210,7 @@ void PerformAttacks::ResetAnimation() {
 }
 
 
-void PerformAttacks::UpdateWorld(float deltaT) {
+void PerformAttacks::UpdateWorld(Uint32 deltaT) {
 
 }