mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-12-13 06:53:06 +00:00
[General] Slightly reorder variables in ID_OBJECT_PLACE
This commit is contained in:
parent
aa1549606f
commit
941d6269c1
1 changed files with 1 additions and 1 deletions
|
|
@ -35,8 +35,8 @@ void PacketObjectPlace::Packet(RakNet::BitStream *bs, BaseEvent *event, bool sen
|
||||||
|
|
||||||
RW(worldObject.refId, send);
|
RW(worldObject.refId, send);
|
||||||
RW(worldObject.refNumIndex, send);
|
RW(worldObject.refNumIndex, send);
|
||||||
RW(worldObject.charge, send);
|
|
||||||
RW(worldObject.count, send);
|
RW(worldObject.count, send);
|
||||||
|
RW(worldObject.charge, send);
|
||||||
RW(worldObject.goldValue, send);
|
RW(worldObject.goldValue, send);
|
||||||
RW(worldObject.pos, send);
|
RW(worldObject.pos, send);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue