- flags7 variable added to AActor.
This commit is contained in:
parent
ecfe67dd78
commit
f2c250d35d
7 changed files with 16 additions and 4 deletions
|
|
@ -311,6 +311,7 @@ void cht_DoCheat (player_t *player, int cheat)
|
|||
player->mo->flags4 = player->mo->GetDefault()->flags4;
|
||||
player->mo->flags5 = player->mo->GetDefault()->flags5;
|
||||
player->mo->flags6 = player->mo->GetDefault()->flags6;
|
||||
player->mo->flags7 = player->mo->GetDefault()->flags7;
|
||||
player->mo->renderflags &= ~RF_INVISIBLE;
|
||||
player->mo->height = player->mo->GetDefault()->height;
|
||||
player->mo->radius = player->mo->GetDefault()->radius;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue