- Never set the player actor's scale to the skin's directly. Only do it indirectly through

P_CheckPlayerSprite().

SVN r4005 (trunk)
This commit is contained in:
Randy Heit 2013-01-02 02:26:22 +00:00
commit efbaab3440
2 changed files with 0 additions and 6 deletions

View file

@ -770,8 +770,6 @@ void D_ReadUserInfoStrings (int i, BYTE **stream, bool update)
GetDefaultByType (players[i].cls)->SpawnState->sprite)
{ // Only change the sprite if the player is using a standard one
players[i].mo->sprite = skins[info->skin].sprite;
players[i].mo->scaleX = skins[info->skin].ScaleX;
players[i].mo->scaleY = skins[info->skin].ScaleY;
}
}
// Rebuild translation in case the new skin uses a different range