ResearchTree: fix a typo.

This commit is contained in:
Guillaume Jacquemin 2021-08-03 20:29:35 +02:00
parent f2243f086f
commit 4baca47f72
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ void ResearchTree::readEngineUnlocks(Containers::ArrayView<Int> engines, Contain
}
}
if(gears == nullptr || engines.size() == 0) {
if(gears == nullptr || gears.size() == 0) {
return;
}