Difference for 2d/pcx.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Routines to read/write pcx images.   * Routines to read/write pcx images.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 21:57:32  donut   * Revision 1.2  1999/08/05 22:53:40  sekmu
  * Initial revision   *
    * D3D patch(es) from ADB
    *
    * Revision 1.1.1.1  1999/06/14 21:57:32  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 1.6  1995/03/01  15:38:12  john   * Revision 1.6  1995/03/01  15:38:12  john
  * Better ModeX support.   * Better ModeX support.
Line 109
 
Line 113
   
  if ( bitmap_type == BM_LINEAR ) {   if ( bitmap_type == BM_LINEAR ) {
  if ( bmp->bm_data == NULL ) {   if ( bmp->bm_data == NULL ) {
  gr_init_bitmap (bmp, bitmap_type, 0, 0, xsize, ysize, xsize, 0);   gr_init_bitmap_alloc (bmp, bitmap_type, 0, 0, xsize, ysize, xsize);
  }   }
  }   }
   

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