changing a int type for pspsdk to stop complaining.
This commit is contained in:
@@ -3359,7 +3359,7 @@ public:
|
||||
matches = td->match(source);
|
||||
if (matches > 0)
|
||||
{
|
||||
if ((int) (abilities.size()) > matches)
|
||||
if ((unsigned int) (abilities.size()) > matches)
|
||||
{
|
||||
removeAbilityFromGame();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user