CHANGED: #1471 I probably shouldn't sacrifice the game's key config parsing on the altar of the GUI editor :P
This commit is contained in:
parent
f9f765430e
commit
c53fccf7c2
1 changed files with 1 additions and 2 deletions
|
@ -478,9 +478,8 @@ namespace NLGUI
|
||||||
// todo hulud interface syntax error
|
// todo hulud interface syntax error
|
||||||
nlwarning ("could not read all styles");
|
nlwarning ("could not read all styles");
|
||||||
}
|
}
|
||||||
if( !strcmp((char*)curNode->name,"key" ) )
|
if( !strcmp((char*)curNode->name,"key" ) && editorMode )
|
||||||
{
|
{
|
||||||
if( editorMode )
|
|
||||||
saveKeySettings( curNode );
|
saveKeySettings( curNode );
|
||||||
}
|
}
|
||||||
// If define and style oks, try to parse "1st pass" objets (define, options....).
|
// If define and style oks, try to parse "1st pass" objets (define, options....).
|
||||||
|
|
Loading…
Reference in a new issue