X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=pico%2Fdraw.c;h=4c96a9ae055e8def221806614bff812f2ede438a;hb=eac2357fafe6ed29407e583aee71834c36a0319f;hp=bccb4d0ccace3a524287ab3e94be31cc0c12b766;hpb=ebf923683facb316a0e9fc8d26a7a0b4e4bacbfc;p=picodrive.git diff --git a/pico/draw.c b/pico/draw.c index bccb4d0..4c96a9a 100644 --- a/pico/draw.c +++ b/pico/draw.c @@ -35,7 +35,8 @@ int (*PicoScanBegin)(unsigned int num) = NULL; int (*PicoScanEnd) (unsigned int num) = NULL; static unsigned char DefHighCol[8+320+8]; -unsigned char *HighColBase = DefHighCol; +unsigned char *HighCol = DefHighCol; +static unsigned char *HighColBase = DefHighCol; static int HighColIncrement; static unsigned int DefOutBuff[320*2/2];