Fixed: crash when using SelectCharacter = [0,4] (thanks ace)

This commit is contained in:
rti 2011-05-25 16:52:52 +02:00
parent 6f003343ef
commit 84533ba7a8

View file

@ -524,12 +524,12 @@ void CInterfaceManager::initOutGame()
ActionsContext.addActionsManager(&Actions, "");
ActionsContext.addActionsManager(&EditActions, RZ_CATEGORY_EDIT);
if (ClientCfg.SelectCharacter != -1) return;
// Init LUA Scripting
initLUA();
if (ClientCfg.SelectCharacter != -1)
return;
{
if (SoundMngr != NULL)
{