Hexen|Fixed: Loading color translation tables for class 2
The lump name of the translation table was incorrectly determined,as a printf formatting of %X only works up to table index 15. Hexenhas 21 tables.
Refactoring the R_GetTranslation() method for more clarity andelegance. Class 2 is now also available as the lumps are readcorrectly.
View differences
Hexen|Fixed: Loading color translation tables for class 2
The lump name of the translation table was incorrectly determined,
as a printf formatting of %X only works up to table index 15. Hexen
has 21 tables.
Refactoring the R_GetTranslation() method for more clarity and
elegance. Class 2 is now also available as the lumps are read
correctly.