]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Thu, 16 Jul 2015 21:21:43 +0000 (16:21 -0500)
committersparky4 <sparky4@cock.li>
Thu, 16 Jul 2015 21:21:43 +0000 (16:21 -0500)
modified:   16.exe
modified:   fontgfx.exe
modified:   fonttes0.exe
modified:   maptest.exe
modified:   palettec.exe
modified:   pcxtest.exe
modified:   src/lib/modex16.c
modified:   test.exe
modified:   test2.exe

16.exe
fontgfx.exe
fonttes0.exe
maptest.exe
palettec.exe
pcxtest.exe
src/lib/modex16.c
test.exe
test2.exe

diff --git a/16.exe b/16.exe
index 5385c3d7c3428cf29edfd57569d3ab87a54528be..3a9097a301fd508ff229df80e86cbc17f6a06f52 100644 (file)
Binary files a/16.exe and b/16.exe differ
index 7802058b6cecd909d34ac7e8e357ee9934a2884e..f3aab825d29cc3648dd0ee7bc3331ebe8fef1c46 100644 (file)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index 7de3837f90baa01c0dc987cee1dd991ee2fb5c8f..60716ba0be15d43477bef00f8516eecaf0e7b417 100644 (file)
Binary files a/fonttes0.exe and b/fonttes0.exe differ
index 93a389d390ebbc3ab2e4988002de7d72eab739ae..ec0f08121b299c6b7f560e0158f2fc8c4d32d35a 100644 (file)
Binary files a/maptest.exe and b/maptest.exe differ
index 1b6fda6cff231b032c0f272d74d2527651bef6ba..a86f64bfac42154fb48c4caf9c4871e4ea51c346 100644 (file)
Binary files a/palettec.exe and b/palettec.exe differ
index f7ee0d8d750846af97e56ea85ea854fce2a8e574..c45738a7692e2a2a078bccb05b8d150ec881c681 100644 (file)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 7ac8f1b2a375d3129451d6e70e4a9d7a72331f4c..ae0bd692316a3b6c4de6be6f38b2531cc5980790 100644 (file)
@@ -1002,18 +1002,12 @@ void modexprint(page_t *page, word x, word y, word t, word col, word bgcol, cons
 \r
        for(; *str != '\0'; str++)\r
        {
-       if(chw>=page->width-1)
-       {
-               x=chw=0;
-               y+=w;
-               continue;
-       }
        c = (*str);
        if(c=='\n' || c=="\
-")
+" || chw>=page->width-1)
        {
+               chw=0;
                y+=w;
-               x=chw=0;
                continue;
        }
        //load the letter 'A'\r
index 135dea41c50460cf6b3581e5760020185001ae5e..81771e6696da578bfe01db717a6bbbf418cd16eb 100644 (file)
Binary files a/test.exe and b/test.exe differ
index 8769557826b1977024808bf0810d8607bd1dd6e6..8305d8b563f60499214748ae68ff7df31558ade2 100644 (file)
Binary files a/test2.exe and b/test2.exe differ