Began work on the server's generic entity system

This commit is contained in:
Kayne Ruse
2014-04-13 03:02:26 +10:00
parent 854dc0eb45
commit 0c6537fb36
7 changed files with 189 additions and 2 deletions
+2 -1
View File
@@ -53,7 +53,8 @@ void ServerApplication::Init(int argc, char** argv) {
cout << "Beginning startup" << endl;
int ret = 0;
//load config
//initial setup
Entity::uidCounter = 0;
config.Load("rsc\\config.cfg");
//Init SDL