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