]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
-noipx changed to -ipx at Dabb's request.
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 31 Aug 2000 14:25:26 +0000 (14:25 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 31 Aug 2000 14:25:26 +0000 (14:25 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@16 d7cf8633-e32d-0410-b094-e92efae38249

net_wipx.c

index 4eb3b9112013e521dce3c5da218142bfa265ec57..f4b37f3e37906f15a265af8c9c32cf5e04847ab2 100644 (file)
@@ -50,7 +50,7 @@ int WIPX_Init (void)
        int             r;
        WORD    wVersionRequested; 
 
-       if (COM_CheckParm ("-noipx"))
+       if (!COM_CheckParm ("-ipx")) // LordHavoc: changed -noipx to -ipx at Dabb's request, apparently crashs on computers without MS clients installed
                return -1;
 
 // make sure LoadLibrary has happened successfully