mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:07:41 +00:00
Animation transitions and pause screen fixes
This commit is contained in:
@@ -81,8 +81,7 @@ void CGuiTableGroup::ProcessUserInput(const CFinalInput& input)
|
||||
|
||||
bool CGuiTableGroup::IsWorkerSelectable(int idx) const
|
||||
{
|
||||
CGuiWidget* widget = GetWorkerWidget(idx);
|
||||
if (widget)
|
||||
if (CGuiWidget* widget = GetWorkerWidget(idx))
|
||||
return widget->GetIsSelectable();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user