]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix typo.
authorToni Wilen <twilen@winuae.net>
Tue, 15 May 2018 17:19:36 +0000 (20:19 +0300)
committerToni Wilen <twilen@winuae.net>
Tue, 15 May 2018 17:19:36 +0000 (20:19 +0300)
drawing.cpp

index 3c32602564419b8c7c70edab02f5251924328272..2150fc54a12469f29e1fbfd33bb385cdcb197416 100644 (file)
@@ -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();