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


version 1.33 version 1.34
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.34  2003/11/19 04:31:29  donut
    * made opengl use 32bpp screen mode by default, add option to use 16bpp
    *
  * Revision 1.33  2002/04/24 06:44:07  donut   * Revision 1.33  2002/04/24 06:44:07  donut
  * add -renderstats command line arg to activate RENDERSTATS   * add -renderstats command line arg to activate RENDERSTATS
  *   *
Line 1075
 
Line 1078
         printf( "  -gl_stdtexmerge %s\n","use old texmerge, uses more ram, but _might_ be a bit faster");          printf( "  -gl_stdtexmerge %s\n","use old texmerge, uses more ram, but _might_ be a bit faster");
         printf( "  -gl_voodoo      %s\n","force fullscreen mode only");          printf( "  -gl_voodoo      %s\n","force fullscreen mode only");
         printf( "  -gl_16bittextures %s\n","attempt to use 16bit textures");          printf( "  -gl_16bittextures %s\n","attempt to use 16bit textures");
           printf( "  -gl_16bpp       %s\n","attempt to use 16bit screen mode");
         printf( "  -gl_reticle <r> %s\n","use OGL reticle 0=never 1=above 320x* 2=always");          printf( "  -gl_reticle <r> %s\n","use OGL reticle 0=never 1=above 320x* 2=always");
 #ifdef OGL_RUNTIME_LOAD  #ifdef OGL_RUNTIME_LOAD
         printf( "  -gl_library <l> %s\n","use alternate opengl library");          printf( "  -gl_library <l> %s\n","use alternate opengl library");

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