]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.c
ANSII only version is compleate!
[16.git] / src / lib / modex16.c
index 1730d5eb59bdf41758405513c04bf7e0e3f69306..e4dfeea23da9051b2daddbb9e970a3f490a9d20e 100644 (file)
@@ -1003,7 +1003,7 @@ void modexprint(word x, word y, word t, word col, word bgcol, const byte *str)
        for(; *str != '\0'; str++)\r
        {
        if(chw>=SCREEN_WIDTH-1) y+=w;
-       c = *(str);
+       c = (*str);
        //load the letter 'A'\r
        __asm {\r
                MOV DI, addr\r