Fixed compilation problems on Window

This commit is contained in:
Xawotihs
2011-10-01 14:24:07 +00:00
parent 9adb9d625d
commit b36653787e
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ MTGGameZone::MTGGameZone() :
MTGGameZone::~MTGGameZone()
{
for (int i = 0; i < cards.size(); i++)
for (size_t i = 0; i < cards.size(); i++)
{
SAFE_DELETE( cards[i] );
}