Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7740


Ignore:
Timestamp:
Dec 8, 2010, 4:39:04 PM (13 years ago)
Author:
smerkli
Message:

fixed server startup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/network/Server.cc

    r7739 r7740  
    110110
    111111    /* connect and see if it worked */
    112     if( msc.connect( MS_ADDRESS, 1234 ) )
     112    if( msc.connect( MS_ADDRESS, ORX_MSERVER_PORT ) )
    113113    { COUT(1) << "Error: could not connect to master server!\n";
    114114      return;
     
    195195
    196196    // receive and process requests from master server
    197     helper_HandleMasterServerRequests();
     197    /* todo */
     198    //helper_HandleMasterServerRequests();
    198199
    199200    if ( ClientInformation::hasClients() )
Note: See TracChangeset for help on using the changeset viewer.