From: Toni Wilen Date: Tue, 15 May 2018 17:19:36 +0000 (+0300) Subject: Fix typo. X-Git-Tag: 4000~58 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=8222bde7578abc048e9217be15ef29f1c0c33359;p=francis%2Fwinuae.git Fix typo. --- diff --git a/drawing.cpp b/drawing.cpp index 3c326025..2150fc54 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -76,7 +76,7 @@ int debug_bpl_mask = 0xff, debug_bpl_mask_one; static void lores_set(int lores) { - int old = lores; + int old = lores_shift; lores_shift = lores; if (lores_shift != old) pfield_set_linetoscr();