]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectTarget.cpp
switched geometric scalars from floating to fixed
[l2e.git] / src / battle / states / SelectTarget.cpp
index 1644c2e8d18f9bebee856d9bc6b8754094e5a9f1..a0955b2691d477bb7fbd779a2c4f43b587055cda 100644 (file)
@@ -75,7 +75,7 @@ void SelectTarget::HandleEvents(const Input &input) {
        }
 }
 
-void SelectTarget::UpdateWorld(float deltaT) {
+void SelectTarget::UpdateWorld(Uint32 deltaT) {
 
 }