more fixes to the review

This commit is contained in:
omegablast2002@yahoo.com
2011-01-22 17:14:41 +00:00
parent 07802134e8
commit 62873dc971
5 changed files with 6 additions and 11 deletions
-3
View File
@@ -44,11 +44,8 @@ GuiHand::GuiHand(MTGHand* hand) :
GuiHand::~GuiHand()
{
if(cards.size())
{
for (vector<CardView*>::iterator it = cards.begin(); it != cards.end(); ++it)
delete (*it);
}
}
void GuiHand::Update(float dt)