Erwan
- fixed card id collisions in Legends, Ravnica, Portal - Changed Deck and Database structures with better design (a bit faster, hopefully a lot cleaner) - updated Windows project file
This commit is contained in:
@@ -222,7 +222,7 @@ void GameStateMenu::fillScroller(){
|
||||
scroller->Add(buff2);
|
||||
}
|
||||
delete ddw;
|
||||
|
||||
|
||||
PlayerData * playerdata = NEW PlayerData(mParent->collection);
|
||||
sprintf(buff2, "You currently have %i credits",playerdata->credits);
|
||||
delete playerdata;
|
||||
|
||||
Reference in New Issue
Block a user