- Changed: Line_SetIdentification will ignore extended parameters when

used in maps defined Hexen style in MAPINFO.


SVN r1042 (trunk)
This commit is contained in:
Christoph Oelckers 2008-06-16 22:38:23 +00:00
commit a86774fcdd
5 changed files with 15 additions and 3 deletions

View file

@ -456,6 +456,7 @@ int FMugShot::UpdateState(player_t *player, bool xdeath, bool animated_god_mode)
}
full_state_name += player->LastDamageType;
SetState(full_state_name);
bNormal = true; //Allow the face to return to alive states when the player respawns.
}
return 0;
}