Remove UINT from game rule attribute writers

This commit is contained in:
notmatthewbeshay
2026-03-11 03:08:43 +11:00
parent 7a0d3f709e
commit 29edda1cc7
32 changed files with 32 additions and 32 deletions

View File

@@ -24,7 +24,7 @@ UpdatePlayerRuleDefinition::~UpdatePlayerRuleDefinition()
}
}
void UpdatePlayerRuleDefinition::writeAttributes(DataOutputStream *dos, UINT numAttributes)
void UpdatePlayerRuleDefinition::writeAttributes(DataOutputStream *dos, unsigned int numAttributes)
{
int attrCount = 3;
if(m_bUpdateHealth) ++attrCount;