| version 1.1 | | version 1.2 |
|---|
| | |
| * Modem support code | | * Modem support code |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:08:57 donut | | * Revision 1.2 1999/11/20 10:05:18 donut |
| * Initial revision | | * 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). |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:08:57 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 2.13 1995/11/28 16:25:05 john | | * Revision 2.13 1995/11/28 16:25:05 john |
| * Added fixed for Rockwell voice modems thats waits for OK after sending | | * Added fixed for Rockwell voice modems thats waits for OK after sending |
| | |
| setjmp(LeaveGame); | | setjmp(LeaveGame); |
| | | |
| gr_set_current_canvas(NULL); | | gr_set_current_canvas(NULL); |
| pcx_error = pcx_read_bitmap(Menu_pcx_name,&grd_curcanv->cv_bitmap,grd_curcanv->cv_bitmap.bm_type,NULL); | | pcx_error = pcx_read_fullscr(Menu_pcx_name, NULL); |
| Assert(pcx_error == PCX_ERROR_NONE); | | Assert(pcx_error == PCX_ERROR_NONE); |
| | | |
| com_process_mode = COM_PROCESS_MENU; | | com_process_mode = COM_PROCESS_MENU; |