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


version 1.1 version 1.2
Line 19
 
Line 19
  * Flat shader derived from texture mapper (a little slow)   * Flat shader derived from texture mapper (a little slow)
  *   *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:14:10  donut   * Revision 1.2  1999/10/07 21:03:29  donut
  * Initial revision   * OGL rendering of cloaked stuff
    *
    * Revision 1.1.1.1  1999/06/14 22:14:10  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 1.13  1995/02/20  18:23:24  john   * Revision 1.13  1995/02/20  18:23:24  john
  * Added new module for C versions of inner loops.   * Added new module for C versions of inner loops.
Line 89
 
Line 92
   
 //#include "tmapext.h"  //#include "tmapext.h"
   
   #ifndef OGL
   
 void (*scanline_func)(int,fix,fix);  void (*scanline_func)(int,fix,fix);
   
 // -------------------------------------------------------------------------------------  // -------------------------------------------------------------------------------------
Line 323
 
Line 328
  texture_map_flat(&my_tmap, COLOR);   texture_map_flat(&my_tmap, COLOR);
 }  }
   
   #endif //!OGL

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