Skip to content

Commit

Permalink
Update YRpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkku committed Jun 19, 2024
1 parent 83d3b2a commit 8e17bc2
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 1 files
+2 −2 MapClass.h
2 changes: 1 addition & 1 deletion src/Ext/Techno/Body.Update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ void TechnoExt::ExtData::UpdateTypeData(TechnoTypeClass* pCurrentType)

// OpenTopped adds passengers to logic layer when enabled. Under normal conditions this does not need to be removed since
// OpenTopped state does not change while passengers are still in transport but in case of type conversion that can happen.
MapClass::Logics->RemoveObject(pPassenger);
LogicClass::Instance->RemoveObject(pPassenger);
}

pPassenger = abstract_cast<FootClass*>(pPassenger->NextObject);
Expand Down

0 comments on commit 8e17bc2

Please sign in to comment.