diff --git a/source/build/src/polymost.cpp b/source/build/src/polymost.cpp index 07e558365..e6abddf07 100644 --- a/source/build/src/polymost.cpp +++ b/source/build/src/polymost.cpp @@ -290,7 +290,7 @@ void uploadbasepalette(int32_t basepalnum) basepalWFullBrightInfo[i*4+0] = remap->Palette[i].b; basepalWFullBrightInfo[i*4+1] = remap->Palette[i].g; basepalWFullBrightInfo[i*4+2] = remap->Palette[i].r; - basepalWFullBrightInfo[i * 4 + 3] = GPalette.GlobalBrightmap.Palette[i].r; // todo: get rid of this. + basepalWFullBrightInfo[i * 4 + 3] = remap->Palette[i].a; } GLInterface.SetPaletteData(basepalnum, basepalWFullBrightInfo);