Fixed: crash when using SelectCharacter = [0,4] (thanks ace)
This commit is contained in:
parent
6f003343ef
commit
84533ba7a8
1 changed files with 3 additions and 3 deletions
|
@ -524,12 +524,12 @@ void CInterfaceManager::initOutGame()
|
||||||
ActionsContext.addActionsManager(&Actions, "");
|
ActionsContext.addActionsManager(&Actions, "");
|
||||||
ActionsContext.addActionsManager(&EditActions, RZ_CATEGORY_EDIT);
|
ActionsContext.addActionsManager(&EditActions, RZ_CATEGORY_EDIT);
|
||||||
|
|
||||||
|
|
||||||
if (ClientCfg.SelectCharacter != -1) return;
|
|
||||||
|
|
||||||
// Init LUA Scripting
|
// Init LUA Scripting
|
||||||
initLUA();
|
initLUA();
|
||||||
|
|
||||||
|
if (ClientCfg.SelectCharacter != -1)
|
||||||
|
return;
|
||||||
|
|
||||||
{
|
{
|
||||||
if (SoundMngr != NULL)
|
if (SoundMngr != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue