From 4d10ef60e91e2357fb51d976a1f6b5b254d75caf Mon Sep 17 00:00:00 2001 From: scoui Date: Thu, 2 Feb 2017 13:34:59 +0100 Subject: [PATCH] =?UTF-8?q?issue=20#19:=20Permettre=20au=20client=20non=20?= =?UTF-8?q?DEV=20de=20pouvoir=20modifier=20l'entit=C3=A9=20par=20d=C3=A9fa?= =?UTF-8?q?ut=20depuis=20le=20client.cfg.=20Allowing=20non=20DEV=20client?= =?UTF-8?q?=20to=20change=20the=20default=20entitie=20in=20client.cfg.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/ryzom/client/src/client_cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/client_cfg.cpp b/code/ryzom/client/src/client_cfg.cpp index 38e48cb21..cfe9ed5ee 100644 --- a/code/ryzom/client/src/client_cfg.cpp +++ b/code/ryzom/client/src/client_cfg.cpp @@ -1539,7 +1539,7 @@ void CClientConfig::setValues() READ_BOOL_DEV(PreCacheShapes) READ_BOOL_FV(ResetShapeBankOnRetCharSelect) READ_BOOL_DEV(DisplayMissingAnimFile) - READ_STRING_DEV(DefaultEntity) + READ_STRING_FV(DefaultEntity) READ_BOOL_DEV(RestrainPI) READ_BOOL_DEV(DumpVSIndex) READ_INT_DEV(HelpFontSize)