From 8222bde7578abc048e9217be15ef29f1c0c33359 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 15 May 2018 20:19:36 +0300 Subject: [PATCH] Fix typo. --- drawing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.3