mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- final function separators
This commit is contained in:
parent
856f82c97c
commit
3f135cbdfe
1 changed files with 16 additions and 0 deletions
|
@ -7278,6 +7278,12 @@ int SearchSpawnPosition(PLAYER* pp)
|
|||
|
||||
bool SpawnPositionUsed[MAX_SW_PLAYERS_REG+1];
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
//
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
void PlayerSpawnPosition(PLAYER* pp)
|
||||
{
|
||||
short pnum = short(pp - Player);
|
||||
|
@ -7355,6 +7361,11 @@ void PlayerSpawnPosition(PLAYER* pp)
|
|||
}
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
//
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
void InitMultiPlayerInfo(void)
|
||||
{
|
||||
|
@ -7433,7 +7444,12 @@ void InitMultiPlayerInfo(void)
|
|||
}
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
// If player stepped in something gooey, track it all over the place.
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
int DoFootPrints(DSWActor* actor)
|
||||
{
|
||||
if (actor->user.PlayerP)
|
||||
|
|
Loading…
Reference in a new issue