Erwan
-removing useless code -fixed a few cards (incorrect set)
This commit is contained in:
@@ -15,7 +15,6 @@ class MTGGamePhase: public ActionElement {
|
||||
JLBFont * mFont;
|
||||
public:
|
||||
MTGGamePhase(int id);
|
||||
virtual void Render();
|
||||
virtual void Update(float dt);
|
||||
bool CheckUserInput(u32 key);
|
||||
virtual MTGGamePhase * clone() const;
|
||||
|
||||
@@ -15,7 +15,6 @@ class OptionItem:public JGuiObject{
|
||||
float x, y;
|
||||
OptionItem(string _id, string _displayValue, int _maxValue = 1, int _increment = 1);
|
||||
|
||||
~OptionItem();
|
||||
virtual void Render();
|
||||
virtual void Update(float dt);
|
||||
virtual void Entering();
|
||||
|
||||
@@ -23,7 +23,6 @@ class Player: public Damageable{
|
||||
JQuad * mAvatar;
|
||||
int canPutLandsIntoPlay;
|
||||
MTGPlayerCards * game;
|
||||
int testLife();
|
||||
int afterDamage();
|
||||
Player(MTGPlayerCards * _deck, string deckFile, string deckFileSmall);
|
||||
virtual ~Player();
|
||||
|
||||
Reference in New Issue
Block a user