Fixed MSVC 64-bit build warnings.
This commit is contained in:
@@ -64,7 +64,7 @@ void cMobCensus::CollectSpawnableChunk(cChunk & a_Chunk)
|
||||
|
||||
int cMobCensus::GetNumChunks(void)
|
||||
{
|
||||
return m_EligibleForSpawnChunks.size();
|
||||
return (int)m_EligibleForSpawnChunks.size();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user