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


version 1.2 version 1.3
Line 19
 
Line 19
  * Routines to draw the texture mapped scanlines.   * Routines to draw the texture mapped scanlines.
  *    *
  * $Log$   * $Log$
    * Revision 1.3  1999/10/14 04:48:21  donut
    * alpha fixes, and gl_font args
    *
  * Revision 1.2  1999/09/21 07:22:40  sekmu   * Revision 1.2  1999/09/21 07:22:40  sekmu
  * remove unused var warning   * remove unused var warning
  *   *
Line 43
 
Line 46
 #include <limits.h>  #include <limits.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <string.h>
   
 #include "maths.h"  #include "maths.h"
 #include "mono.h"  #include "mono.h"

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