]> 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 74e86281c3761097bc75e149e41ce51fed696c7c..b77f98c1a2459a7da7aa9e80bfb590542f6a89cc 100644 (file)
@@ -68,7 +68,7 @@ void SelectMoveAction::HandleEvents(const Input &input) {
        }
 }
 
-void SelectMoveAction::UpdateWorld(float deltaT) {
+void SelectMoveAction::UpdateWorld(Uint32 deltaT) {
 
 }