]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/SelectHero.h
switched geometric scalars from floating to fixed
[l2e.git] / src / menu / SelectHero.h
index 5e67152c68f392810289c5c3b629ea8cd5fbcc70..8f7f9f4a4882f5b505802b2a9b9f5b21ce2762d6 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SelectHero.h
- *
- *  Created on: Oct 22, 2012
- *      Author: holy
- */
-
 #ifndef MENU_SELECTHERO_H_
 #define MENU_SELECTHERO_H_
 
@@ -28,7 +21,7 @@ public:
 
 public:
        virtual void HandleEvents(const app::Input &);
-       virtual void UpdateWorld(float deltaT);
+       virtual void UpdateWorld(Uint32 deltaT);
        virtual void Render(SDL_Surface *);
 
 private: