Implemented EnemyFactory, still empty

This commit is contained in:
Kayne Ruse
2014-05-18 03:45:36 +10:00
parent f7df4fba6c
commit bb6e248583
5 changed files with 62 additions and 11 deletions
+2
View File
@@ -136,6 +136,8 @@ void ServerApplication::Proc() {
}
//update the internals
//TODO: update the internals i.e. player positions
UpdateCombat();
//give the computer a break
SDL_Delay(10);
}