increase menutext char array from 25 -> 50.
This commit is contained in:
@@ -42,7 +42,7 @@ using std::map;
|
||||
|
||||
class MTGAbility: public ActionElement{
|
||||
protected:
|
||||
char menuText[25];
|
||||
char menuText[50];
|
||||
|
||||
GameObserver * game;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user