1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

[General] Slightly reorder variables in ID_OBJECT_PLACE

This commit is contained in:
David Cernat 2017-02-17 18:34:11 +02:00
parent aa1549606f
commit 941d6269c1

View file

@ -35,8 +35,8 @@ void PacketObjectPlace::Packet(RakNet::BitStream *bs, BaseEvent *event, bool sen
RW(worldObject.refId, send);
RW(worldObject.refNumIndex, send);
RW(worldObject.charge, send);
RW(worldObject.count, send);
RW(worldObject.charge, send);
RW(worldObject.goldValue, send);
RW(worldObject.pos, send);