We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c738383 commit e708fc7Copy full SHA for e708fc7
Client/game_sa/CBuildingsPoolSA.cpp
@@ -50,7 +50,7 @@ inline bool CBuildingsPoolSA::AddBuildingToPool(CClientBuilding* pClientBuilding
50
51
CClientEntity* CBuildingsPoolSA::GetClientBuilding(CBuildingSAInterface* pGameInterface) const noexcept
52
{
53
- auto poolIndex = (*m_ppBuildingPoolInterface)->GetObjectIndex(pGameInterface);
+ std::uint32_t poolIndex = (*m_ppBuildingPoolInterface)->GetObjectIndex(pGameInterface);
54
55
if (poolIndex == -1)
56
return nullptr;
0 commit comments