1
0

Merge remote-tracking branch 'origin/master' into c++11

Conflicts:
	src/Noise/Noise.h
	src/World.h
This commit is contained in:
Tiger Wang
2014-11-23 17:12:34 +00:00
99 changed files with 7166 additions and 1616 deletions

View File

@@ -1596,6 +1596,9 @@ bool cPlayer::DoMoveToWorld(cWorld * a_World, bool a_ShouldSendRespawn)
a_World->AddPlayer(this);
SetWorld(a_World); // Chunks may be streamed before cWorld::AddPlayer() sets the world to the new value
// Update the view distance.
m_ClientHandle->SetViewDistance(m_ClientHandle->GetRequestedViewDistance());
return true;
}