mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 11:06:43 +00:00
[General] Fix incorrect capitalization in ObjectMove directives
This commit is contained in:
parent
bbb461a5e5
commit
32ad8ef2f0
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#ifndef OPENMW_PacketObjectMove_HPP
|
#ifndef OPENMW_PACKETOBJECTMOVE_HPP
|
||||||
#define OPENMW_PacketObjectMove_HPP
|
#define OPENMW_PACKETOBJECTMOVE_HPP
|
||||||
|
|
||||||
#include <components/openmw-mp/Packets/Object/ObjectPacket.hpp>
|
#include <components/openmw-mp/Packets/Object/ObjectPacket.hpp>
|
||||||
|
|
||||||
|
@ -14,4 +14,4 @@ namespace mwmp
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //OPENMW_PacketObjectMove_HPP
|
#endif //OPENMW_PACKETOBJECTMOVE_HPP
|
||||||
|
|
Loading…
Reference in a new issue