Fix: empty undocumented branches

This commit is contained in:
rubidium42
2021-05-11 19:36:21 +02:00
committed by rubidium42
parent bb9121dbd4
commit ddaedaf32a
3 changed files with 3 additions and 3 deletions

View File

@@ -155,6 +155,7 @@ bmno_full_transparency:
if ((bt_last == BT_NONE && effective_width & 1) || bt_last == BT_ODD) {
if (src->a == 0) {
/* Complete transparency. */
} else if (src->a == 255) {
*anim = *(const uint16*) src_mv;
*dst = (src_mv->m >= PALETTE_ANIM_START) ? AdjustBrightneSSE(LookupColourInPalette(src_mv->m), src_mv->v) : *src;