| version 1.1 | | version 1.2 |
|---|
| | |
| * Routines to display title screens... | | * Routines to display title screens... |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:11:53 donut | | * Revision 1.2 1999/09/30 23:02:27 donut |
| * Initial revision | | * opengl direct support for ingame and normal menus, fonts as textures, and automap support |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:11:53 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * | | * |
| * Revision 3.0 1998/02/21 08:15:35 Tim Singer | | * Revision 3.0 1998/02/21 08:15:35 Tim Singer |
| | |
| } | | } |
| | | |
| // vfx_set_palette_sub( New_pal ); | | // vfx_set_palette_sub( New_pal ); |
| | | #ifdef OGL |
| | | gr_palette_load(New_pal); |
| | | #else |
| gr_palette_clear(); | | gr_palette_clear(); |
| | | #endif |
| gr_set_current_canvas( NULL ); | | gr_set_current_canvas( NULL ); |
| gr_bitmap( 0, 0, &title_bm ); | | gr_bitmap( 0, 0, &title_bm ); |
| //added on 9/13/98 by adb to make update-needing arch's work | | //added on 9/13/98 by adb to make update-needing arch's work |
| | |
| } | | } |
| | | |
| // vfx_set_palette_sub( New_pal ); | | // vfx_set_palette_sub( New_pal ); |
| | | #ifdef OGL |
| | | gr_palette_load(New_pal); |
| | | #else |
| gr_palette_clear(); | | gr_palette_clear(); |
| | | #endif |
| gr_bitmap( 0, 0, &briefing_bm ); | | gr_bitmap( 0, 0, &briefing_bm ); |
| | | |
| //added on 9/13/98 by adb to make arch's requiring updates work | | //added on 9/13/98 by adb to make arch's requiring updates work |