]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/TransitionState.cpp
switched geometric scalars from floating to fixed
[l2e.git] / src / map / TransitionState.cpp
index 4490f83b37b0170d2bc22b2f8d22250ad165e2f6..cb26df5a3052b2a5d8470d7e941f3c0dae7572b5 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TransitionState.cpp
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #include "TransitionState.h"
 
 #include "MapState.h"
@@ -13,7 +6,7 @@
 using app::Application;
 using app::State;
 using app::Input;
-using geometry::Vector;
+using math::Vector;
 
 namespace map {
 
@@ -52,7 +45,7 @@ void TransitionState::HandleEvents(const Input &input) {
 }
 
 
-void TransitionState::UpdateWorld(float deltaT) {
+void TransitionState::UpdateWorld(Uint32 deltaT) {
 
 }