This commit is contained in:
parent
dad689a2d2
commit
621edaf8f9
4 changed files with 11 additions and 20 deletions
|
@ -63,9 +63,9 @@ const PlayerMetrics *CPlayerState::getPlayerMetrics(CPlayer *_player)
|
|||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
void CPlayerState::setState(CPlayer *_player,int _state)
|
||||
int CPlayerState::setState(CPlayer *_player,int _state)
|
||||
{
|
||||
_player->setState((PLAYER_STATE)_state);
|
||||
return _player->setState((PLAYER_STATE)_state);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue