Merge pull request #129 from teamfisk/HUDDesync

Networking improvements
This commit is contained in:
Tobias Dahl
2016-02-24 15:22:01 +01:00
26 changed files with 460 additions and 126 deletions
+1 -1
View File
@@ -39,5 +39,5 @@ private:
bool OnPlayerSpawned(Events::PlayerSpawned& e);
void updateMovementControllers(double dt);
void updateVelocity(double dt);
void updateVelocity(EntityWrapper player, double dt);
};