From db4d58b2b86a926fc7a9570bba6496217d6205cb Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 9 Nov 2012 05:20:15 +0000 Subject: [PATCH] - Fixed: The resurrect cheat also needs to restore flags6 to their default settings. SVN r3952 (trunk) --- src/m_cheat.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/m_cheat.cpp b/src/m_cheat.cpp index 4249fea5cd..a867c77d25 100644 --- a/src/m_cheat.cpp +++ b/src/m_cheat.cpp @@ -310,6 +310,7 @@ void cht_DoCheat (player_t *player, int cheat) player->mo->flags3 = player->mo->GetDefault()->flags3; player->mo->flags4 = player->mo->GetDefault()->flags4; player->mo->flags5 = player->mo->GetDefault()->flags5; + player->mo->flags6 = player->mo->GetDefault()->flags6; player->mo->renderflags &= ~RF_INVISIBLE; player->mo->height = player->mo->GetDefault()->height; player->mo->special1 = 0; // required for the Hexen fighter's fist attack.