mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
[General] Finalize ActorCellChange packet structure
This commit is contained in:
parent
9ea69f4c1f
commit
f4c3a28141
@ -37,7 +37,13 @@ void PacketActorCellChange::Packet(RakNet::BitStream *bs, bool send)
|
|||||||
RW(actor.refId, send);
|
RW(actor.refId, send);
|
||||||
RW(actor.refNumIndex, send);
|
RW(actor.refNumIndex, send);
|
||||||
RW(actor.mpNum, send);
|
RW(actor.mpNum, send);
|
||||||
RW(actor.cell, send);
|
|
||||||
|
RW(actor.cell.mData.mFlags, send);
|
||||||
|
RW(actor.cell.mData.mX, send);
|
||||||
|
RW(actor.cell.mData.mY, send);
|
||||||
|
RW(actor.cell.mName, send);
|
||||||
|
|
||||||
|
RW(actor.position, send);
|
||||||
|
|
||||||
if (!send)
|
if (!send)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user