Changed: #825 Remove all warnings when compiling Ryzom

This commit is contained in:
kervala 2010-09-16 17:27:07 +02:00
parent 44c7bc1916
commit feeff815a7

View file

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