mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
remove constants re-added on merge
This commit is contained in:
parent
08413cfc3d
commit
bb14a90f86
1 changed files with 0 additions and 7 deletions
|
@ -60,13 +60,6 @@ using namespace std;
|
|||
int audio_on = 1; // Whether to turn on the audio support
|
||||
int simulate_on = 1;
|
||||
|
||||
//
|
||||
// Network Socket and network constants
|
||||
//
|
||||
|
||||
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
|
||||
char DOMAIN_IP[100] = ""; // IP Address will be used first if not empty string
|
||||
const int DOMAINSERVER_PORT = 40102;
|
||||
AgentList agentList('I');
|
||||
pthread_t networkReceiveThread;
|
||||
bool stopNetworkReceiveThread = false;
|
||||
|
|
Loading…
Reference in a new issue