Convert to SoldierID

This commit is contained in:
Asdow
2024-11-18 01:01:57 +02:00
parent 657097aa54
commit f49013307f
20 changed files with 175 additions and 165 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ bool IsSlotASmallPocket(int slot)
return false;
}
void CreateLBE (OBJECTTYPE* pObj, UINT16 ubID, int numSubPockets)
void CreateLBE (OBJECTTYPE* pObj, SoldierID ubID, int numSubPockets)
{
int uniqueID;
LBENODE* pLBE = NULL;