Fixed: Linux and Mac OS clients trying to download patches

hg/feature/sound
kervala 15 years ago
parent 05f51ac50d
commit 7ca5eea749

@ -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";

Loading…
Cancel
Save