]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectSpell.h
switched geometric scalars from floating to fixed
[l2e.git] / src / battle / states / SelectSpell.h
index 93734a3ded582857e5202a835d3fc40b37dc32f6..8ad19f1410b09e58e03fab4b59a9f35f1bd154e4 100644 (file)
@@ -23,7 +23,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: