Difference for main/kconfig.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 19
 
Line 19
  * Routines to configure keyboard, joystick, etc..   * Routines to configure keyboard, joystick, etc..
  *    *
  * $Log$   * $Log$
    * Revision 1.5  1999/11/21 13:00:08  donut
    * Changed screen_mode format.  Now directly encodes res into a 32bit int, rather than using arbitrary values.
    *
  * Revision 1.4  1999/11/20 10:05:17  donut   * Revision 1.4  1999/11/20 10:05:17  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 1719
 
Line 1722
  }   }
  }   }
   
  if ( grd_curscreen->sc_mode != SM_320x200C ) // (If in automap...)   if ( grd_curscreen->sc_mode != SM(320,200) ) // (If in automap...)
  kc_external_control->automap_state = 1;   kc_external_control->automap_state = 1;
   
 //added on 8/8/98 by Matt Mueller - sporb support  //added on 8/8/98 by Matt Mueller - sporb support

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