| version 1.1 | | version 1.2 |
|---|
| | |
| * 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. |
| | |
| 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 ) ); |
| | | |