]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix borderblank typo.
authorToni Wilen <twilen@winuae.net>
Sat, 27 Jun 2015 05:42:58 +0000 (08:42 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 27 Jun 2015 05:42:58 +0000 (08:42 +0300)
custom.cpp

index 0e44de2dbf5b2e7c4e38b2950be5dae16253b274..79b70e8a4e2e52d8cf90fd905e4adb1cdd106793 100644 (file)
@@ -2920,7 +2920,7 @@ static bool isbrdblank (int hpos, uae_u16 bplcon0, uae_u16 bplcon3)
        if (hpos >= 0 && (current_colors.borderblank != brdblank || current_colors.borderntrans != brdntrans)) {
                record_color_change (hpos, 0, COLOR_CHANGE_BRDBLANK | (brdblank ? 1 : 0) | (current_colors.bordersprite ? 2 : 0) | (brdntrans ? 4 : 0));
                current_colors.borderblank = brdblank;
-               current_colors.borderblank = brdntrans;
+               current_colors.borderntrans = brdntrans;
                remembered_color_entry = -1;
        }
        return brdblank;