Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2006, 4:18:52 PM (18 years ago)
Author:
patrick
Message:

network: the network loading now works again, couldn't test it over the network, since my laptop realy is too slow (600MHz and no hw gl). now we can continue working on the network stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/multi_player_world_data.cc

    r6404 r6409  
    128128  }
    129129
    130 
    131130  /* load the WorldEntities */
    132131  element = root->FirstChildElement("WorldEntities");
    133132  if( element == NULL)
     133  {
    134134    PRINTF(1)("NetworkWorld is missing 'WorldEntities'\n");
     135  }
    135136  else
    136137  {
    137138    element = element->FirstChildElement();
    138139
    139     PRINTF(4)("Loading NetworkWorldEntities\n");
    140140    while( element != NULL)
    141141    {
Note: See TracChangeset for help on using the changeset viewer.