1
0

Replacing chunCk by chunk

This commit is contained in:
mgueydan
2013-09-08 12:25:07 +02:00
parent 5846be9400
commit b4bb255344
5 changed files with 12 additions and 12 deletions

View File

@@ -434,7 +434,7 @@ void cChunk::Stay(bool a_Stay)
void cChunk::CollectMobCensus(cMobCensus& toFill)
{
toFill.CollectSpawnableChunck(*this);
toFill.CollectSpawnableChunk(*this);
std::list<const Vector3d*> playerPositions;
cPlayer* currentPlayer;
for (cClientHandleList::iterator itr = m_LoadedByClient.begin(), end = m_LoadedByClient.end(); itr != end; ++itr)