]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_wipx.c
fix for sprite scale bug (it was scaling vup and vright!)
[xonotic/darkplaces.git] / 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