Began unifying the server and client side character classes

This commit won't build
This commit is contained in:
Kayne Ruse
2014-05-26 18:35:38 +10:00
parent d903c0df30
commit 1bde0ed3f7
5 changed files with 11 additions and 187 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
#include <cmath>
//the speeds that the characters move
constexpr double CHARACTER_WALKING_SPEED = 140;
constexpr double CHARACTER_WALKING_SPEED = 140.0;
constexpr double CHARACTER_WALKING_MOD = 1.0/sqrt(2.0);
struct CharacterData {