1
0
Fork 0

Merge pull request #2741 from SafwatHalaby/mTarget2

Remove stray "return"
This commit is contained in:
Safwat Halaby 2015-12-13 08:30:18 +02:00
commit 2214fdcede
1 changed files with 0 additions and 1 deletions

View File

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