diff --git a/projects/mtg/include/MenuItem.h b/projects/mtg/include/MenuItem.h index 5a29a0068..6a0df9eb4 100644 --- a/projects/mtg/include/MenuItem.h +++ b/projects/mtg/include/MenuItem.h @@ -53,7 +53,7 @@ class OtherMenuItem: public MenuItem { private: JButton mKey; - int mTimeIndex; + float mTimeIndex; public: OtherMenuItem(int id, WFont *font, string text, float x, float y, JQuad * _off, JQuad * _on, JButton _key, bool hasFocus = false); ~OtherMenuItem();