X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FSelectHero.h;h=8f7f9f4a4882f5b505802b2a9b9f5b21ce2762d6;hb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;hp=5e67152c68f392810289c5c3b629ea8cd5fbcc70;hpb=f552d26f537af9fa48255bd71cdc1a0a1b860bac;p=l2e.git diff --git a/src/menu/SelectHero.h b/src/menu/SelectHero.h index 5e67152..8f7f9f4 100644 --- a/src/menu/SelectHero.h +++ b/src/menu/SelectHero.h @@ -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: