increase menutext char array from 25 -> 50.

This commit is contained in:
omegablast2002@yahoo.com
2010-08-15 13:37:34 +00:00
parent e8431047de
commit 667df139ed

View File

@@ -42,7 +42,7 @@ using std::map;
class MTGAbility: public ActionElement{
protected:
char menuText[25];
char menuText[50];
GameObserver * game;
public: