Difference for 2d/bitmap.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 19
 
Line 19
  * Graphical routines for manipulating grs_bitmaps.   * Graphical routines for manipulating grs_bitmaps.
  *   *
  * $Log$   * $Log$
    * Revision 1.4  1999/09/22 02:02:31  donut
    * ogl: gr_set_bitmap_data frees the texture rather than just resetting the gltexture flag
    *
  * Revision 1.3  1999/09/21 04:05:54  donut   * Revision 1.3  1999/09/21 04:05:54  donut
  * mostly complete OGL implementation (still needs bitmap handling (reticle), and door/fan textures are corrupt)   * mostly complete OGL implementation (still needs bitmap handling (reticle), and door/fan textures are corrupt)
  *   *
Line 104
 
Line 107
 {  {
 #ifdef OGL  #ifdef OGL
 // if (bm->bm_data!=data)  // if (bm->bm_data!=data)
  bm->gltexture=-1;   ogl_freebmtexture(bm);
 #endif  #endif
  bm->bm_data = data;   bm->bm_data = data;
 #ifdef D1XD3D  #ifdef D1XD3D

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