]> 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 085a85371530678e0d578fa1fb8560aeb3299382..cfac62d0b1fb0f655ffc33f5db678886990da882 100644 (file)
@@ -24,7 +24,7 @@ using common::Inventory;
 using common::Item;
 using common::Spell;
 using common::Stats;
-using geometry::Vector;
+using math::Vector;
 using graphics::Menu;
 
 using std::rand;
@@ -389,7 +389,7 @@ void BattleState::HandleEvents(const Input &input) {
 
 }
 
-void BattleState::UpdateWorld(float deltaT) {
+void BattleState::UpdateWorld(Uint32 deltaT) {
 
 }