Skip to content

Commit

Permalink
Update YRpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkku committed Jul 13, 2024
1 parent 8597494 commit c3c8938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion YRpp
Submodule YRpp updated 2 files
+4 −2 AircraftTrackerClass.h
+3 −0 MapClass.h
2 changes: 1 addition & 1 deletion src/Utilities/Helpers.Alex.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ namespace Helpers {
if (includeInAir)
{
auto const airTracker = &AircraftTrackerClass::Instance.get();
airTracker->SetArea(MapClass::Instance->GetCellAt(coords), Game::F2I(spread));
airTracker->FillCurrentVector(MapClass::Instance->GetCellAt(coords), Game::F2I(spread));

for (auto pTechno = airTracker->Get(); pTechno; pTechno = airTracker->Get())
{
Expand Down

0 comments on commit c3c8938

Please sign in to comment.