Added logic to go from spectator to player.

This commit is contained in:
Jocke
2016-01-20 17:41:16 +01:00
parent 00588b07c5
commit cd67253173
5 changed files with 55 additions and 15 deletions
+1
View File
@@ -82,6 +82,7 @@ private:
bool hasServerTimedOut();
EntityID createPlayer();
void sendInputCommands();
void becomePlayer();
// Mapping Logic
// Returns if local EntityID exist in map
bool clientServerMapsHasEntity(EntityID clientEntityID);