Difference for arch/linux/init.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 33
 
Line 33
  if (Inferno_verbose) printf( "\n%s", TXT_VERBOSE_6);   if (Inferno_verbose) printf( "\n%s", TXT_VERBOSE_6);
  joy_init();   joy_init();
  }   }
    //added 06/09/99 Matt Mueller - fix nonetwork compile
   #ifdef NETWORK
    //end addition -MM
 //added on 10/19/98 by Victor Rachels to add serial support (from DPH)  //added on 10/19/98 by Victor Rachels to add serial support (from DPH)
     if(!(FindArg("-noserial")))      if(!(FindArg("-noserial")))
      com_init();       com_init();
 //end this section addition - Victor   //end this section addition - Victor
    //added 06/09/99 Matt Mueller - fix nonetwork compile
   #endif
    //end addition -MM
      timer_init();       timer_init();
     if(!(FindArg("-nomouse")))      if(!(FindArg("-nomouse")))
      d_mouse_init();       d_mouse_init();

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2