]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectIkari.h
switched geometric scalars from floating to fixed
[l2e.git] / src / battle / states / SelectIkari.h
index ca08732e5ffe8a25b98bfe547c7cee6f49f9d666..e665c696c22cb1240630e9b644be0b3c2cf0ce31 100644 (file)
@@ -24,7 +24,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: