]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/SpellMenu.cpp
switched geometric scalars from floating to fixed
[l2e.git] / src / menu / SpellMenu.cpp
index bb66d3c6fcbddff09d6ae5187a0c2b72e3b540fa..09ca56ca53faa8c88fc28b2c0c971d31ea491964 100644 (file)
@@ -19,7 +19,7 @@
 using app::Input;
 using common::Hero;
 using common::Spell;
-using geometry::Vector;
+using math::Vector;
 using graphics::Font;
 using graphics::Frame;
 using std::vector;
@@ -145,7 +145,7 @@ void SpellMenu::HandleEvents(const Input &input) {
        }
 }
 
-void SpellMenu::UpdateWorld(float deltaT) {
+void SpellMenu::UpdateWorld(Uint32 deltaT) {
 
 }