Hexen: Fixed color translations in the Player Setup menu
Simplified the math for determining the translation table index in loadDoomPatch(). Also added an assertion in the engine's patch loader to make sure translations don't go past the end of the translation table array.
Hexen: Fixed color translations in the Player Setup menu
Simplified the math for determining the translation table index in
loadDoomPatch(). Also added an assertion in the engine's patch
loader to make sure translations don't go past the end of the
translation table array.
Todo: Fix the in-game player colors.