diff --git a/src/m_cheat.cpp b/src/m_cheat.cpp index a867c77d25..b6bd24ae3d 100644 --- a/src/m_cheat.cpp +++ b/src/m_cheat.cpp @@ -313,6 +313,7 @@ void cht_DoCheat (player_t *player, int cheat) player->mo->flags6 = player->mo->GetDefault()->flags6; player->mo->renderflags &= ~RF_INVISIBLE; player->mo->height = player->mo->GetDefault()->height; + player->mo->radius = player->mo->GetDefault()->radius; player->mo->special1 = 0; // required for the Hexen fighter's fist attack. // This gets set by AActor::Die as flag for the wimpy death and must be reset here. player->mo->SetState (player->mo->SpawnState);