mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
72aa7963e5
commit
608b688c54
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue