changing a int type for pspsdk to stop complaining.

This commit is contained in:
omegablast2002@yahoo.com
2011-04-02 22:22:34 +00:00
parent 785aa505b2
commit 3deae0137e

View File

@@ -3359,7 +3359,7 @@ public:
matches = td->match(source);
if (matches > 0)
{
if ((int) (abilities.size()) > matches)
if ((unsigned int) (abilities.size()) > matches)
{
removeAbilityFromGame();
}