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

@@ -966,7 +966,7 @@ void CInstanceBase::DismountHorse()
void CInstanceBase::GetInfo(std::string* pstInfo)
{
char szInfo[256];
sprintf(szInfo, "Inst - UC %d, RC %d Pool - %d ",
sprintf(szInfo, "Inst - UC %d, RC %d Pool - %zd ",
ms_dwUpdateCounter,
ms_dwRenderCounter,
ms_kPool.GetCapacity()