WIP: Add a research tree view #1
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,8 @@ void SaveTool::handleFileAction(efsw::WatchID watch_id,
|
|||
_currentProfile->refreshValues();
|
||||
if(_tree) {
|
||||
_tree->readEngineUnlocks(_currentProfile->engineInventory(), _currentProfile->gearInventory());
|
||||
_tree->readOSUnlocks(_currentProfile->osInventory(), _currentProfile->moduleInventory());
|
||||
_tree->readArchUnlocks(_currentProfile->archInventory(), _currentProfile->techInventory());
|
||||
}
|
||||
}
|
||||
else if(Utility::String::endsWith(filename, _currentProfile->steamId() + ".sav")) {
|
||||
|
|
Loading…
Reference in a new issue