removed cpostit, unused files, small fix warning

This commit is contained in:
heroesf
2025-09-25 12:45:14 +02:00
parent 7f42fc2c3f
commit 133ac6fc41
32 changed files with 15 additions and 19404 deletions

View File

@@ -15,7 +15,7 @@ std::string CPythonItem::TGroundItemInstance::ms_astDropSoundFileName[DROPSOUND_
void CPythonItem::GetInfo(std::string* pstInfo)
{
char szInfo[256];
sprintf(szInfo, "Item: Inst %d, Pool %d", m_GroundItemInstanceMap.size(), m_GroundItemInstancePool.GetCapacity());
sprintf(szInfo, "Item: Inst %zd, Pool %zd", m_GroundItemInstanceMap.size(), m_GroundItemInstancePool.GetCapacity());
pstInfo->append(szInfo);
}