Difference for main/newmenu.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 19
 
Line 19
  * Routines for menus.   * Routines for menus.
  *    *
  * $Log$   * $Log$
    * Revision 1.6  1999/11/21 13:54:19  donut
    * moved the d1x version up/left somewhat
    *
  * Revision 1.5  1999/11/20 10:05:18  donut   * Revision 1.5  1999/11/20 10:05:18  donut
  * variable size menu patch from Jan Bobrowski.  Variable menu font size support and a bunch of fixes for menus that didn't work quite right, by me (MPM).   * variable size menu patch from Jan Bobrowski.  Variable menu font size support and a bunch of fixes for menus that didn't work quite right, by me (MPM).
  *   *
Line 1198
 
Line 1201
           grd_curcanv->cv_font = GAME_FONT;            grd_curcanv->cv_font = GAME_FONT;
           gr_get_string_size(DESCENT_VERSION,&sw,&sh,&aw);            gr_get_string_size(DESCENT_VERSION,&sw,&sh,&aw);
           gr_set_fontcolor( GR_GETCOLOR(25,0,0), -1);            gr_set_fontcolor( GR_GETCOLOR(25,0,0), -1);
           gr_printf(GWIDTH-sw,GHEIGHT-sh,DESCENT_VERSION);            gr_printf(GWIDTH-sw*3,GHEIGHT-sh*3,DESCENT_VERSION);
    grd_curcanv = saved_canvas;     grd_curcanv = saved_canvas;
           Menu_Special = 0;            Menu_Special = 0;
         }          }

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