]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/SelectHero.cpp
removed useless comments
[l2e.git] / src / menu / SelectHero.cpp
index a46333a6e9dc70c123f6f787d57a1503b06b51d0..ffc21a3bbc1a5875f39ffb87ad915ea33f4eb79a 100644 (file)
@@ -8,11 +8,11 @@
 #include "../common/GameConfig.h"
 #include "../common/GameState.h"
 #include "../common/Hero.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/Sprite.h"
 
 using app::Input;
-using geometry::Vector;
+using math::Vector;
 
 namespace menu {
 
@@ -105,7 +105,7 @@ const Resources &SelectHero::Res() const {
 }
 
 
-void SelectHero::UpdateWorld(float deltaT) {
+void SelectHero::UpdateWorld(Uint32 deltaT) {
 
 }