| version 1.4 | | version 1.5 |
|---|
| | |
| * 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). |
| * | | * |
| | |
| } | | } |
| } | | } |
| | | |
| 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 |