- made the translation container a class.
This also splits off some Doom-specific implementation details into higher level headers.
This commit is contained in:
parent
520a96033b
commit
cf757ba834
32 changed files with 293 additions and 375 deletions
|
|
@ -132,7 +132,7 @@ void V_DrawPaletteTester(int paletteno)
|
|||
PalEntry pe;
|
||||
if (t > 1)
|
||||
{
|
||||
auto palette = GetTranslation(TRANSLATION_Standard, t - 2)->Palette;
|
||||
auto palette = palMgr.GetTranslation(TRANSLATION_Standard, t - 2)->Palette;
|
||||
pe = palette[k];
|
||||
}
|
||||
else GPalette.BaseColors[k];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue