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


version 1.15 version 1.16
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.16  1999/11/15 10:43:37  sekmu
    * added -altsounds
    *
  * Revision 1.15  1999/10/20 07:34:06  donut   * Revision 1.15  1999/10/20 07:34:06  donut
  * opengl rendered reticle, and better g3_draw_sphere   * opengl rendered reticle, and better g3_draw_sphere
  *   *
Line 785
 
Line 788
 #include "strutil.h"  #include "strutil.h"
 //end section -OE  //end section -OE
   
   //added 11/13/99 by Victor Rachels for alternate sounds
   #include "altsound.h"
   //end this section addition - VR
   
 #ifdef __MSDOS__  #ifdef __MSDOS__
 #include <conio.h>  #include <conio.h>
 #else  #else
Line 1068
 
Line 1075
   
         printf("\n%s\n", TXT_HELP);          printf("\n%s\n", TXT_HELP);
   
   //added on 11/13/99 by Victor Rachels for new sounds
           if ((t = FindArg( "-altsounds" )))
            read_alt_soundlist(Args[t+1]);
   //end this section addition - VR
   
  if ((t = FindArg( "-missiondir" )))   if ((t = FindArg( "-missiondir" )))
  cfile_use_alternate_hogdir(Args[t+1]);   cfile_use_alternate_hogdir(Args[t+1]);

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