This commit is contained in:
parent
12e8907ece
commit
bdc2cc0a7a
6 changed files with 75 additions and 14 deletions
|
@ -310,5 +310,17 @@ void CPlayerState::fall(CPlayer *_player)
|
|||
}
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
void CPlayerState::respawn(CPlayer *_player)
|
||||
{
|
||||
_player->respawn();
|
||||
}
|
||||
|
||||
|
||||
/*===========================================================================
|
||||
end */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue