diff --git a/sc2/src/sc2code/libs/graphics/drawable.c b/sc2/src/sc2code/libs/graphics/drawable.c index 29d8ed36a..3638b56fb 100644 --- a/sc2/src/sc2code/libs/graphics/drawable.c +++ b/sc2/src/sc2code/libs/graphics/drawable.c @@ -255,5 +255,5 @@ SetFrameTransparentColor (FRAMEPTR Frame, COLOR c32k) COLORtoPalette (c32k, &color); TFB_DrawCanvas_SetTransparentColor (Frame->image->NormalImg, - color.r, color.g, color.b, TRUE); + color.r, color.g, color.b, FALSE); }