- merged FPalette and PaletteContainer.
This commit is contained in:
parent
f94e4a908c
commit
ac610d87e5
28 changed files with 162 additions and 181 deletions
|
|
@ -132,7 +132,7 @@ void V_DrawPaletteTester(int paletteno)
|
|||
PalEntry pe;
|
||||
if (t > 1)
|
||||
{
|
||||
auto palette = palMgr.GetTranslation(TRANSLATION_Standard, t - 2)->Palette;
|
||||
auto palette = GPalette.GetTranslation(TRANSLATION_Standard, t - 2)->Palette;
|
||||
pe = palette[k];
|
||||
}
|
||||
else GPalette.BaseColors[k];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue