1
0

Fixed some Visual Studio warnings

This commit is contained in:
Tiger Wang
2015-05-08 23:32:02 +01:00
parent 9329c2c2cb
commit 218010cd96
8 changed files with 38 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ void cBroadcaster::BroadcastParticleEffect(const AString & a_ParticleName, const
m_World->DoWithChunkAt(a_Src,
[=](cChunk & a_Chunk) -> bool
{
for (auto&& client : a_Chunk.GetAllClients())
for (auto && client : a_Chunk.GetAllClients())
{
if (client == a_Exclude)
{