]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Fri, 26 Jun 2015 18:42:33 +0000 (13:42 -0500)
committersparky4 <sparky4@cock.li>
Fri, 26 Jun 2015 18:42:33 +0000 (13:42 -0500)
modified:   16.LIB
modified:   16.exe
modified:   maptest.exe
modified:   maptest0.exe
modified:   palettec.exe
modified:   pcxtest.exe
modified:   scroll.exe
modified:   src/scroll.c
modified:   test.exe
modified:   test2.exe

16.LIB
16.exe
maptest.exe
maptest0.exe
palettec.exe
pcxtest.exe
scroll.exe
src/scroll.c
test.exe
test2.exe

diff --git a/16.LIB b/16.LIB
index 29645ba80bec0b001df87e29b9f5b82c55e76ac7..33cc1111da23d7588cc1dcad044b472bfe3e1b6b 100644 (file)
Binary files a/16.LIB and b/16.LIB differ
diff --git a/16.exe b/16.exe
index ae70cf0973d2bbfb730de865145e6a1adb907a1e..67be57574db776234c16763359d2781249503443 100644 (file)
Binary files a/16.exe and b/16.exe differ
index 9d02cb1c9a3f0788609c2a04b0796e827bce0a41..39a61dbad26f8f94f94a831c30e6341d94b5f290 100644 (file)
Binary files a/maptest.exe and b/maptest.exe differ
index c74a7d8202d37aab2b32661d9887250c03b88c71..815756c681a1fa6b78dfce761fef435d8bb79a36 100644 (file)
Binary files a/maptest0.exe and b/maptest0.exe differ
index 31612103f96f71ad430c87d1f21e1f77795a6cc1..be132cedd55d13d47083f6c699d41867c2a47bce 100644 (file)
Binary files a/palettec.exe and b/palettec.exe differ
index 6339890648c3a00c06345d2a5d31c77d88dbb2ed..86dc0e75f2fce9a663f3f30dac9cd1ddf45e41a2 100644 (file)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 88867163851199635d27901d1e7d603812231fae..81bf2fa2d11e31f8855d7a7a997a79171d879079 100644 (file)
Binary files a/scroll.exe and b/scroll.exe differ
index ea72555b534a2f8cfde5ab88a4db5dde921144b4..30032eefd1e096d8e032802359de8f30775f4519 100644 (file)
@@ -568,7 +568,6 @@ void main() {
        if(keyp(2)){ modexShowPage(bg->page); panpagenum=0; }
        if(keyp(3)){ modexShowPage(spri->page); panpagenum=1; }
        if(keyp(4)){ modexShowPage(mask->page); panpagenum=2; }
-       if(keyp(0x44)){ bputs(spri->page, player.x+(TILEWH*2), player.y+(TILEWH*2), "wwww"); }  //f10
        if(keyp(25)){ pdump(bg); pdump(spri); } //p
        if(keyp(24)){ modexPalUpdate0(gpal); paloffset=0; pdump(bg); pdump(spri); }
        if(keyp(22)){
@@ -902,7 +901,7 @@ mapDrawCol(map_view_t *mv, int tx, int ty, word x) {
        /* location in the map array */
        i=ty * mv->map->width + tx;
 
-       /* We'll copy all of the columns in the screen, 
+       /* We'll copy all of the columns in the screen,
           i + 1 row above and one below */
        for(y=0; y<SCREEN_HEIGHT+mv->dyThresh && ty < mv->map->height; y+=mv->map->tiles->tileHeight, ty++) {
        if(i>=0) {
index cf0005e23bed2ccc0c770314c4daabeedbd857b4..6097e1dfdf1511b5de489cf98257062c57f2afbc 100644 (file)
Binary files a/test.exe and b/test.exe differ
index c19556ff3c3e5c4c2cbe705feef0b226966b5b07..6cda8f02dfa3d95e63531197b00c0cd07bdce644 100644 (file)
Binary files a/test2.exe and b/test2.exe differ