Characters are moving around in the world

This commit is contained in:
Kayne Ruse
2014-12-27 02:26:44 +11:00
parent 398f1c8bfd
commit 6c11aa0927
3 changed files with 91 additions and 4 deletions
+3
View File
@@ -98,6 +98,9 @@ protected:
void HandleCharacterSetOrigin(CharacterPacket* const);
void HandleCharacterSetMotion(CharacterPacket* const);
//player movement
void SendLocalCharacterMotion();
//indexes
int& clientIndex;
int& accountIndex;