#include #include #include #include #include #include #include "doomnet.h" //#include "serstr.h" #include "ser_frch.h" // FRENCH VERSION #define DOOM2 extern int myargc; extern char **myargv; doomcom_t doomcom; int vectorishooked; void interrupt (*olddoomvect) (void); /* ================= = = CheckParm = = Checks for the given parameter in the program's command line arguments = = Returns the argument number (1 to argc-1) or 0 if not present = ================= */ int CheckParm (char *check) { int i; for (i = 1;i