This commit is contained in:
Paul 2001-02-12 17:55:01 +00:00
parent 12e8907ece
commit bdc2cc0a7a
6 changed files with 75 additions and 14 deletions

View file

@ -310,5 +310,17 @@ void CPlayerState::fall(CPlayer *_player)
}
/*----------------------------------------------------------------------
Function:
Purpose:
Params:
Returns:
---------------------------------------------------------------------- */
void CPlayerState::respawn(CPlayer *_player)
{
_player->respawn();
}
/*===========================================================================
end */