diff options
Diffstat (limited to 'src/d/actor/d_a_switem.cpp')
| -rw-r--r-- | src/d/actor/d_a_switem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_switem.cpp b/src/d/actor/d_a_switem.cpp index 26e3d689..2d313ce5 100644 --- a/src/d/actor/d_a_switem.cpp +++ b/src/d/actor/d_a_switem.cpp @@ -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 ); |
