Merge remote-tracking branch 'origin/Networking' into Networking

# Conflicts:
#	src/Engine/Network/Client.cpp
This commit is contained in:
stiffly
2015-12-14 16:41:59 +01:00
3 changed files with 79 additions and 80 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
struct SnapshotDefinitions
{
// "+Forward" is 8 characters * sizeof(char) = 8
char* InputForward = new char[8];
std::string InputForward;
// "+Right" is 6 characters * sizeof(char) = 6
char* InputRight = new char[6];
std::string InputRight;
};
struct IsWASDKeyDown