Changed: #825 Remove all warnings when compiling Ryzom

This commit is contained in:
kervala 2010-09-16 17:27:07 +02:00
parent 72aa7963e5
commit 608b688c54

View file

@ -691,7 +691,7 @@ tilelist::iterator TileList::Get(int i, int n)
int TileList::GetSize(int n)
{
return theList[n].size();
return (int)theList[n].size();
}