Launcher support added. Still missing UCS but thinking about maybe rewriting it completely

This commit is contained in:
KimLS
2017-01-05 22:25:01 -08:00
parent f6ca59fbc6
commit b7c5de144a
9 changed files with 209 additions and 298 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace EQ
namespace Net
{
inline bool IsLittleEndian() {
static int32_t v = 1;
const int32_t v = 1;
return 1 == *(int8_t*)&v;
}