OSDN Git Service

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 282b104..469e3a8 100644 (file)
Binary files a/16/DOS_GFX.EXE and b/16/DOS_GFX.EXE differ
index 80e8203..3853cd3 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