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

@@ -15,7 +15,7 @@ XboxStructureActionPlaceSpawner::~XboxStructureActionPlaceSpawner()
{
}
void XboxStructureActionPlaceSpawner::writeAttributes(DataOutputStream *dos, UINT numAttrs)
void XboxStructureActionPlaceSpawner::writeAttributes(DataOutputStream *dos, unsigned int numAttrs)
{
XboxStructureActionPlaceBlock::writeAttributes(dos, numAttrs + 1);