mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-05 04:49:45 -04:00
Standardize process ID type to be uint
This commit is contained in:
@@ -134,7 +134,7 @@ bool daSwItem_c::_execute() {
|
||||
}
|
||||
|
||||
csXyz angle(0, home.angle.y, 0);
|
||||
u32 itemProcId = fopAcM_createItemFromTable(
|
||||
uint itemProcId = fopAcM_createItemFromTable(
|
||||
¤t.pos, itemTbl, itemBitNo,
|
||||
fopAcM_GetHomeRoomNo(this), 0, &angle, 1
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user