Skip to content
Snippets Groups Projects
Commit 1ba1c19d authored by David Bergström's avatar David Bergström
Browse files

Convert tabs to 4 spaces

parent 7a735c51
No related branches found
No related tags found
No related merge requests found
Pipeline #3818 failed
......@@ -380,10 +380,10 @@ int UnitType::getMovementSpeed() const
int UnitType::getSightRange() const
{
return m_bot->Observation()->GetUnitTypeData()[m_type].sight_range;
return m_bot->Observation()->GetUnitTypeData()[m_type].sight_range;
}
sc2::UnitTypeID UnitType::getRequiredStructure() const
{
return m_bot->Observation()->GetUnitTypeData()[m_type].tech_requirement;
return m_bot->Observation()->GetUnitTypeData()[m_type].tech_requirement;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment