Diff for /np2/lio/Attic/gcls.c between versions 1.3 and 1.4

version 1.3, 2003/12/12 01:04:40 version 1.4, 2004/02/20 15:20:30
Line 1 Line 1
 #include        "compiler.h"  
 #include        "cpucore.h"  
 #include        "lio.h"  
   
   // ¤¤¤é¤Í
 BYTE lio_gcls(void) {  
   
         SINT16  y;  
   
         for (y=lio.y1; y<=lio.y2; y++) {  
                 lio_line(lio.x1, lio.x2, y, lio.gcolor1.bgcolor);  
         }  
         return(0);  
 }  
   

Removed from v.1.3  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>