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