| version 1.34 | | version 1.35 |
|---|
| | |
| * main() for Inferno | | * main() for Inferno |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.35 2004/11/11 01:09:24 donut |
| | | * allow -notitles to work in shareware version too. Patch from Tim Massey |
| | | * |
| * Revision 1.34 2003/11/19 04:31:29 donut | | * Revision 1.34 2003/11/19 04:31:29 donut |
| * made opengl use 32bpp screen mode by default, add option to use 16bpp | | * made opengl use 32bpp screen mode by default, add option to use 16bpp |
| * | | * |
| | |
| songs_play_song( SONG_TITLE, 1 ); | | songs_play_song( SONG_TITLE, 1 ); |
| | | |
| #ifndef QUICKSTART | | #ifndef QUICKSTART |
| //added/changed on 8/12/98 by Victor Rachels for registered users | | |
| #ifndef SHAREWARE | | |
| //end change - Victor Rachels | | |
| if ( !FindArg( "-notitles" ) ) | | if ( !FindArg( "-notitles" ) ) |
| #endif | | { |
| { //NOTE LINK TO ABOVE! | | |
| show_title_screen( "iplogo1.pcx", 1 ); | | show_title_screen( "iplogo1.pcx", 1 ); |
| show_title_screen( "logo.pcx", 1 ); | | show_title_screen( "logo.pcx", 1 ); |
| } | | } |
| | |
| | | |
| #ifndef ROCKWELL_CODE | | #ifndef ROCKWELL_CODE |
| #ifdef SHAREWARE | | #ifdef SHAREWARE |
| | | if (!FindArg("-notitles")) |
| show_order_form(); | | show_order_form(); |
| #endif | | #endif |
| #endif | | #endif |