]> 4ch.mooo.com Git - 16.git/commitdiff
modified: 16/DOS_GFX.EXE
authorsparky4 <sparky4@4ch.maidlab.jp>
Sun, 18 May 2014 02:34:57 +0000 (21:34 -0500)
committersparky4 <sparky4@4ch.maidlab.jp>
Sun, 18 May 2014 02:34:57 +0000 (21:34 -0500)
modified:   16/dos_gfx.cpp

16/DOS_GFX.EXE
16/dos_gfx.cpp

index 282b1048a4b5982b01f38fec05aadb55ea685804..469e3a8b28162d678e871dcda1105622af6bb2aa 100644 (file)
Binary files a/16/DOS_GFX.EXE and b/16/DOS_GFX.EXE differ
index 80e820357f266cdc18af4440fce434a45605ac11..3853cd3d7cb5bb89427fb95ab64cbf0213be4988 100644 (file)
@@ -542,7 +542,7 @@ int ding(int q){
 \r
                                // plot the pixel\r
 //----           ppf(xx, yy, coor, vga);\r
-                               }else if(xx>=0 && xx<width && yy>=0 && yy<height){\r
+                               }else /*if(xx>=0 && xx<width && yy>=0 && yy<(height*3))*/{\r
                                        putColorBox_X(xx, yy, TILEWH, TILEWH, coor);\r
 //++++0000                                     putPixel_X(xx, yy, coor);\r
                                } \r