refactor: deglob std::weak_ptr

This commit is contained in:
Tropical
2026-03-06 20:38:50 -06:00
committed by JuiceyDev
parent 6e56e07c6b
commit a744f8f471
70 changed files with 125 additions and 125 deletions

View File

@@ -603,7 +603,7 @@ void Player::ride(std::shared_ptr<Entity> e)
if (riding != NULL)
{
riding->rider = weak_ptr<Entity>();
riding->rider = std::<Entity>();
}
riding = nullptr;