Changed: Temporary comment Lua functions registration (crash when reselect characters)

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-24 14:02:33 +01:00
parent 3265749bfe
commit 66fcc5081a

View file

@ -2512,8 +2512,10 @@ bool mainLoop()
// R2ED enabled ?
R2::getEditor().autoConfigInit(IsInRingSession);
if (!IsInRingSession)
R2::getEditor().registerLuaFunc();
// TODO: temporary commented, CEditor must be initialized before to call next lines
// if (!IsInRingSession)
// R2::getEditor().registerLuaFunc();
CurrSeason = computeCurrSeason();