Removed the UID counters from the data containers

This commit is contained in:
Kayne Ruse
2014-05-26 17:42:55 +10:00
parent 9620826d65
commit d903c0df30
7 changed files with 11 additions and 16 deletions
+5
View File
@@ -28,6 +28,11 @@
#include "statistics.hpp"
#include <string>
#include <cmath>
//the speeds that the characters move
constexpr double CHARACTER_WALKING_SPEED = 140;
constexpr double CHARACTER_WALKING_MOD = 1.0/sqrt(2.0);
struct CharacterData {
//metadata