From 8f1e97f8f9e31a355e6caa675e5f8f68af51511f Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sun, 14 Aug 2011 14:42:37 +0000 Subject: [PATCH] Fixed compilation problem with VC2010 --- projects/mtg/include/MenuItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();