Non-grid UDP movement

This commit is contained in:
2020-05-04 06:38:58 -04:00
parent 3ee6551013
commit 45673816bf
5 changed files with 117 additions and 25 deletions

View File

@ -42,6 +42,9 @@ int main (int argc, char ** argv)
return 1;
}
//Start ticker
gameserver::StartTicker();
//Run main game server loop
std::cout << "Awaiting connections..." << std::endl;
while(game_is_running)