Difference for main/inferno.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.10  1999/09/21 00:12:14  sekmu
    * remove -cockpit 4 option
    *
  * Revision 1.9  1999/09/18 07:56:03  donut   * Revision 1.9  1999/09/18 07:56:03  donut
  * changed call to texmerge_init so it'll cache as much as possible (great boost on OGL, since uploading textures to the card is slow)   * changed call to texmerge_init so it'll cache as much as possible (great boost on OGL, since uploading textures to the card is slow)
  *   *
Line 1039
 
Line 1042
  //added 8/6/98 by Victor Rachels to have init cockpit   //added 8/6/98 by Victor Rachels to have init cockpit
  if ((t=FindArg("-cockpit"))){   if ((t=FindArg("-cockpit"))){
                 t=atoi(Args[t+1]);                  t=atoi(Args[t+1]);
                 if(t==0 || t==2 || t==3 || t==4)                  if(t==0 || t==2 || t==3)
                  Cockpit_mode = t;                   Cockpit_mode = t;
         }          }
         //end this section - Victor Rachels          //end this section - Victor Rachels

Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10