Fixed: Linux and Mac OS clients trying to download patches

This commit is contained in:
kervala 2010-05-22 08:33:51 +02:00
parent b5a85d764a
commit 1e98e77a3b

View file

@ -365,7 +365,12 @@ CClientConfig::CClientConfig()
MouseOverFX = "sfx_selection_mouseover.ps";
SelectionFXSize = 0.8f;
// only force patching under Windows by default
#ifdef NL_OS_WINDOWS
PatchWanted = true;
#else
PatchWanted = false;
#endif
PatchUrl = "";
PatchVersion = "";
RingReleaseNotePath = "http://atys.ryzom.com/releasenotes_ring/index.php";