Difference for main/credits.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Routines to display the credits.   * Routines to display the credits.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:05:54  donut   * Revision 1.2  1999/08/05 22:53:41  sekmu
  * Initial revision   *
    * D3D patch(es) from ADB
    *
    * Revision 1.1.1.1  1999/06/14 22:05:54  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.2  1995/06/14  17:26:08  john   * Revision 2.2  1995/06/14  17:26:08  john
  * Fixed bug with VFX palette not getting loaded for credits, titles.   * Fixed bug with VFX palette not getting loaded for credits, titles.
Line 286
 
Line 290
   
  y = first_line_offset - i;   y = first_line_offset - i;
   
  gr_set_current_canvas(VR_offscreen_buffer);   gr_set_current_canvas(VR_offscreen_menu);
  gr_bitmap(0,0,&backdrop);   gr_bitmap(0,0,&backdrop);
  for (j=0; j<NUM_LINES; j++ ) {   for (j=0; j<NUM_LINES; j++ ) {
  char *s;   char *s;
Line 325
 
Line 329
  else   else
  y += ROW_SPACING;   y += ROW_SPACING;
  }   }
  gr_bm_ubitblt(320, 200, 0, 0, 0, 0, &(VR_offscreen_buffer->cv_bitmap), &(grd_curscreen->sc_canvas.cv_bitmap) );   gr_bm_ubitblt(320, 200, 0, 0, 0, 0, &(VR_offscreen_menu->cv_bitmap), &(grd_curscreen->sc_canvas.cv_bitmap) );
   
   
                         gr_update();                          gr_update();

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