Skip to content

Commit e708fc7

Browse files
committed
review
1 parent c738383 commit e708fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/game_sa/CBuildingsPoolSA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ inline bool CBuildingsPoolSA::AddBuildingToPool(CClientBuilding* pClientBuilding
5050

5151
CClientEntity* CBuildingsPoolSA::GetClientBuilding(CBuildingSAInterface* pGameInterface) const noexcept
5252
{
53-
auto poolIndex = (*m_ppBuildingPoolInterface)->GetObjectIndex(pGameInterface);
53+
std::uint32_t poolIndex = (*m_ppBuildingPoolInterface)->GetObjectIndex(pGameInterface);
5454

5555
if (poolIndex == -1)
5656
return nullptr;

0 commit comments

Comments
 (0)