Difference for main/inferno.c from version 1.14 to 1.15


version 1.14 version 1.15
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.15  1999/10/20 07:34:06  donut
    * opengl rendered reticle, and better g3_draw_sphere
    *
  * Revision 1.14  1999/10/08 10:48:03  donut   * Revision 1.14  1999/10/08 10:48:03  donut
  * gl_alttexmerge default now   * gl_alttexmerge default now
  *   *
Line 982
 
Line 985
  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_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");
 #endif  #endif

Legend:
line(s) removed in v.1.14 
line(s) changed
 line(s) added in v.1.15