Merge branch 'master' of mutantstargoat.com:/home/nuclear/git/dosdemo
authorMichael Georgoulopoulos <mgeorgoulopoulos@gmail.com>
Fri, 2 Sep 2016 22:51:39 +0000 (01:51 +0300)
committerMichael Georgoulopoulos <mgeorgoulopoulos@gmail.com>
Fri, 2 Sep 2016 22:51:39 +0000 (01:51 +0300)
src/mike.c

index 93b3f21..850c09a 100644 (file)
@@ -121,6 +121,7 @@ static void draw(void)
                        *dst++ = src[i + scroll + d];
                }
                src += backgroundW;
+               disp += backgroundW;
        }
 }