Difference for main/command.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 58
 
Line 58
           listignore();            listignore();
           return 1;            return 1;
         }          }
   #ifndef SHAREWARE //FIXME: shareware multiplay really needs help
 //added 06/27/99 Victor Rachels for altvulcan reconfig  //added 06/27/99 Victor Rachels for altvulcan reconfig
        if((cmdlng==9)&&!strnicmp("altvulcan",command,9))         if((cmdlng==9)&&!strnicmp("altvulcan",command,9))
         {          {
Line 73
 
Line 74
           return 1;            return 1;
         }          }
 //end this section addition - VR  //end this section addition - VR
   #endif
        if((cmdlng==9)&&!strnicmp("clearbans",command,9))         if((cmdlng==9)&&!strnicmp("clearbans",command,9))
         {          {
           clearbans();            clearbans();

Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5