]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectSpell.cpp
fixed divide by zero bug in MapState
[l2e.git] / src / battle / states / SelectSpell.cpp
index d7941c8e917212c58753a2b645e6b5875ebf37d1..8c0c4da5687110eb1cf3ae574a2e0bf2ccc5ee64 100644 (file)
@@ -19,7 +19,7 @@
 using app::Application;
 using app::Input;
 using common::Spell;
-using geometry::Vector;
+using math::Vector;
 using graphics::Frame;
 
 namespace battle {
@@ -93,7 +93,7 @@ void SelectSpell::HandleEvents(const Input &input) {
        }
 }
 
-void SelectSpell::UpdateWorld(float deltaT) {
+void SelectSpell::UpdateWorld(Uint32 deltaT) {
 
 }