Difference for 2d/bitblt.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 19
 
Line 19
  * Routines for bitblt's.   * Routines for bitblt's.
  *   *
  * $Log$   * $Log$
    * Revision 1.6  1999/10/07 02:27:13  donut
    * OGL includes to remove warnings
    *
  * Revision 1.5  1999/09/30 23:02:26  donut   * Revision 1.5  1999/09/30 23:02:26  donut
  * opengl direct support for ingame and normal menus, fonts as textures, and automap support   * opengl direct support for ingame and normal menus, fonts as textures, and automap support
  *   *
Line 133
 
Line 136
 #include "rle.h"  #include "rle.h"
 #include "mono.h"  #include "mono.h"
 #include "error.h"  #include "error.h"
   
   #ifdef OGL
   #include "ogl_init.h"
   #endif
   
 int gr_bitblt_dest_step_shift = 0;  int gr_bitblt_dest_step_shift = 0;
 int gr_bitblt_double = 0;  int gr_bitblt_double = 0;

Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6