Difference for texmap/scanline.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Routines to draw the texture mapped scanlines.   * Routines to draw the texture mapped scanlines.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:14:08  donut   * Revision 1.2  1999/09/21 07:22:40  sekmu
  * Initial revision   * remove unused var warning
    *
    * Revision 1.1.1.1  1999/06/14 22:14:08  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 1.2  1995/02/20  18:23:39  john   * Revision 1.2  1995/02/20  18:23:39  john
  * Added new module for C versions of inner loops.   * Added new module for C versions of inner loops.
Line 52
 
Line 55
 void c_tmap_scanline_flat()  void c_tmap_scanline_flat()
 {  {
  ubyte *dest;   ubyte *dest;
  int x;  //        int x;
   
  dest = (ubyte *)(write_buffer + fx_xleft + (bytes_per_row * fx_y )  );   dest = (ubyte *)(write_buffer + fx_xleft + (bytes_per_row * fx_y )  );
   

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2