The server is working correctly, using the entity system

This commit is contained in:
Kayne Ruse
2014-04-13 22:20:30 +10:00
parent 7fe71c60d0
commit c3464be589
10 changed files with 161 additions and 76 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ struct Entity {
Vector2 position;
Vector2 motion;
BBox bbox;
unsigned int uid;
unsigned int externalID;
static unsigned int uidCounter;
};