From ba56ab66ce124292459e6a02c5e6d5b4dce5e3b8 Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Thu, 31 Aug 2000 14:25:26 +0000 Subject: [PATCH] -noipx changed to -ipx at Dabb's request. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@16 d7cf8633-e32d-0410-b094-e92efae38249 --- net_wipx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net_wipx.c b/net_wipx.c index 4eb3b911..f4b37f3e 100644 --- a/net_wipx.c +++ b/net_wipx.c @@ -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 -- 2.39.2