Non-grid UDP movement
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user