Skip to content

PLAYER_ShouldForceBaseSkin now uses the correct flagset to check for MF4_NOSKIN.

Adam Kaminski requested to merge topic/default/base-skin-fix into branch/default

PLAYER_ShouldForceBaseSkin was actually using the wrong flagset to check if the player's class had the NOSKIN flag enabled. It should be player->mo->flags4, not player->mo->flags.

Merge request reports