- a few shop changes
This commit is contained in:
wagic.the.homebrew
2009-03-14 11:52:50 +00:00
parent 658ef1fb12
commit 0256e64cd9
5 changed files with 36 additions and 31 deletions

View File

@@ -51,12 +51,12 @@ class ShopItems:public JGuiController,public JGuiListener{
MTGAllCards * collection;
SimpleMenu * dialog;
int showPriceDialog;
int setId;
int setIds[2];;
MTGCardInstance * displayCards[100];
CardDisplay * display;
void safeDeleteDisplay();
public:
ShopItems(int id, JGuiListener* listener, JLBFont* font, int x, int y, MTGAllCards * _collection, int setId);
ShopItems(int id, JGuiListener* listener, JLBFont* font, int x, int y, MTGAllCards * _collection, int _setIds[]);
~ShopItems();
void Render();
virtual void Update(float dt);