summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_TeleportEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_TeleportEntity.cpp')
-rw-r--r--source/packets/cPacket_TeleportEntity.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/packets/cPacket_TeleportEntity.cpp b/source/packets/cPacket_TeleportEntity.cpp
index f5be680aa..0b735a1cb 100644
--- a/source/packets/cPacket_TeleportEntity.cpp
+++ b/source/packets/cPacket_TeleportEntity.cpp
@@ -1,7 +1,14 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPacket_TeleportEntity.h"
#include "../cEntity.h"
+
+
+
+
cPacket_TeleportEntity::cPacket_TeleportEntity(cEntity* a_Client)
{
m_PacketID = E_ENT_TELEPORT;