mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -04:00
More pointer truncation & implicit conversion fixes
This commit is contained in:
@@ -23,7 +23,7 @@ int daPasserMng_c::execute() {
|
||||
csXyz cStack_20(field_0x596 != 0 ? 0xff : endTime, current.angle.y, 0);
|
||||
childProcIds[currentChildIndex] =
|
||||
fopAcM_createChild(npcId, fopAcM_GetID(this), getPasserParam(), ¤t.pos,
|
||||
fopAcM_GetRoomNo(this), &cStack_20, 0, 0xffffffff, 0);
|
||||
fopAcM_GetRoomNo(this), &cStack_20, 0, -1, 0);
|
||||
currentChildIndex = (currentChildIndex + 1) % getMaxNum();
|
||||
}
|
||||
mTime = time + intervalTime;
|
||||
|
||||
Reference in New Issue
Block a user