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