X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FBattleState.cpp;h=cfac62d0b1fb0f655ffc33f5db678886990da882;hb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;hp=085a85371530678e0d578fa1fb8560aeb3299382;hpb=67f6bb1d9727e7d1e2140cf2913aa89ebba84bf5;p=l2e.git diff --git a/src/battle/BattleState.cpp b/src/battle/BattleState.cpp index 085a853..cfac62d 100644 --- a/src/battle/BattleState.cpp +++ b/src/battle/BattleState.cpp @@ -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) { }