Difference for main/inferno.c from version 1.34 to 1.35


version 1.34 version 1.35
Line 18
 
Line 18
  * 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
  *   *
Line 1441
 
Line 1444
  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 );
  }   }
Line 1610
 
Line 1609
   
 #ifndef ROCKWELL_CODE  #ifndef ROCKWELL_CODE
         #ifdef SHAREWARE          #ifdef SHAREWARE
    if (!FindArg("-notitles"))
                 show_order_form();                  show_order_form();
  #endif   #endif
 #endif  #endif

Legend:
line(s) removed in v.1.34 
line(s) changed
 line(s) added in v.1.35