This commit is contained in:
parent
b4440f97b9
commit
8e3f39f3d9
6 changed files with 39 additions and 9 deletions
|
@ -633,6 +633,16 @@ void CPlayer::addLife()
|
|||
}
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
ATTACK_STATE CPlayer::getAttackState()
|
||||
{
|
||||
return m_currentPlayerModeClass->getAttackState();
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue