diff --git a/ntoskrnl/inbv/inbv.c b/ntoskrnl/inbv/inbv.c index f5cd5652493..cbcf54694f6 100644 --- a/ntoskrnl/inbv/inbv.c +++ b/ntoskrnl/inbv/inbv.c @@ -1277,12 +1277,12 @@ DisplayBootBitmap(IN BOOLEAN TextMode) #endif #ifdef INBV_ROTBAR_IMPLEMENTED - if (Bar) + if ((TempRotBarSelection == RB_SQUARE_CELLS) && Bar) { /* Save previous screen pixels to buffer */ InbvScreenToBufferBlt(Buffer, 0, 0, 22, 9, 24); /* Draw the progress bar bit */ - InbvBitBlt(Bar, 0, 0); + BitBltPalette(Bar, TRUE, 0, 0); /* Store it in global buffer */ InbvScreenToBufferBlt(RotBarBuffer, 0, 0, 22, 9, 24); /* Restore screen pixels */