]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectMoveAction.cpp
switched geometric scalars from floating to fixed
[l2e.git] / src / battle / states / SelectMoveAction.cpp
index 52b670b5d941d019b1132884a40af89557c83763..b77f98c1a2459a7da7aa9e80bfb590542f6a89cc 100644 (file)
@@ -17,7 +17,7 @@
 
 using app::Application;
 using app::Input;
-using geometry::Vector;
+using math::Vector;
 
 namespace battle {
 
@@ -68,7 +68,7 @@ void SelectMoveAction::HandleEvents(const Input &input) {
        }
 }
 
-void SelectMoveAction::UpdateWorld(float deltaT) {
+void SelectMoveAction::UpdateWorld(Uint32 deltaT) {
 
 }