mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Initialize the ground entity number
This commit is contained in:
parent
efaea69c09
commit
0f1de72ae6
1 changed files with 4 additions and 0 deletions
|
@ -3670,6 +3670,10 @@ void Player::SetMoveInfo(pmove_t *pm, usercmd_t *ucmd)
|
|||
}
|
||||
|
||||
pm->protocol = g_protocol;
|
||||
|
||||
// Added in OPM
|
||||
// Initialize the ground entity
|
||||
pm->ps->groundEntityNum = ENTITYNUM_NONE;
|
||||
}
|
||||
|
||||
pmtype_t Player::GetMovePlayerMoveType(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue