In ISXEQMapCommands.cpp, add this line to the end of the MapFilterSetting function:
Code: Select all
[color=black] itoa(pMapFilter->Enabled,szBuffer,10);
pISInterface->SetSettingi("ISXEQMap.xml","Map Filters",pMapFilter->szName,pMapFilter->Enabled);[/color]
[color=green]++ pISInterface->SaveSettings("ISXEQMap.XML");[/color]
[color=black] }[/color]
