1
0

Remove stray "return"

This commit is contained in:
Safwat Halaby 2015-12-13 08:03:01 +02:00
parent e4a237bad0
commit 4851f5e2c9

View File

@ -243,7 +243,6 @@ void cMonster::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
{
m_Target = nullptr;
m_EMState = IDLE;
return;
}
}
}