Difference for main/inferno.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.5  1999/08/14 15:49:51  donut
    * moved MENU_SCREEN_MODE to main/screens.h so that it can be used for the startup screen mode in inferno.c
    *
  * Revision 1.4  1999/08/05 22:53:41  sekmu   * Revision 1.4  1999/08/05 22:53:41  sekmu
  *   *
  * D3D patch(es) from ADB   * D3D patch(es) from ADB
Line 1298
 
Line 1301
  Error(TXT_CANT_INIT_GFX,t);   Error(TXT_CANT_INIT_GFX,t);
  // Load the palette stuff. Returns non-zero if error.   // Load the palette stuff. Returns non-zero if error.
  mprintf( (0, "Going into graphics mode..." ));   mprintf( (0, "Going into graphics mode..." ));
  gr_set_mode(SM_320x200C);   gr_set_mode(MENU_SCREEN_MODE);
  mprintf( (0, "\nInitializing palette system..." ));   mprintf( (0, "\nInitializing palette system..." ));
  gr_use_palette_table( "PALETTE.256" );   gr_use_palette_table( "PALETTE.256" );
  mprintf( (0, "\nInitializing font system..." ));   mprintf( (0, "\nInitializing font system..." ));

Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5