1
0

Fixed a few more switch warnings.

This commit is contained in:
archshift
2014-05-11 16:25:21 -07:00
committed by archshift
parent 6c57b38b74
commit 3f9e00a3f3
3 changed files with 35 additions and 32 deletions

View File

@@ -355,6 +355,8 @@ void cMonster::Tick(float a_Dt, cChunk & a_Chunk)
InStateEscaping(a_Dt);
break;
}
case ATTACKING: break;
} // switch (m_EMState)
BroadcastMovementUpdate();