From f4c3a281419d882e610d623c2129a28aeded51a2 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Sun, 23 Apr 2017 13:56:25 +0300 Subject: [PATCH] [General] Finalize ActorCellChange packet structure --- .../openmw-mp/Packets/Actor/PacketActorCellChange.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/openmw-mp/Packets/Actor/PacketActorCellChange.cpp b/components/openmw-mp/Packets/Actor/PacketActorCellChange.cpp index 2a280f669..9618632d6 100644 --- a/components/openmw-mp/Packets/Actor/PacketActorCellChange.cpp +++ b/components/openmw-mp/Packets/Actor/PacketActorCellChange.cpp @@ -37,7 +37,13 @@ void PacketActorCellChange::Packet(RakNet::BitStream *bs, bool send) RW(actor.refId, send); RW(actor.refNumIndex, 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) {