Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6528 in orxonox.OLD


Ignore:
Timestamp:
Jan 18, 2006, 1:13:03 PM (18 years ago)
Author:
rennerc
Message:

dont sync md2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/world_entity.cc

    r6500 r6528  
    529529  delete[] modelFileName;
    530530
    531   SYNCHELP_READ_STRINGM( modelFileName );
     531  /*SYNCHELP_READ_STRINGM( modelFileName );
    532532
    533533  if ( strcmp(modelFileName, "") )
     
    541541      this->md2TextureFileName = modelFileName;
    542542    }
     543  */
    543544
    544545  return SYNCHELP_READ_N;
     
    560561  SYNCHELP_WRITE_STRING( getModel( 0 )->getName() );
    561562  SYNCHELP_WRITE_FLOAT( scaling );
    562   if ( this->md2TextureFileName!=NULL && strcmp(this->md2TextureFileName, "") )
     563  /*if ( this->md2TextureFileName!=NULL && strcmp(this->md2TextureFileName, "") )
    563564  {
    564565    SYNCHELP_WRITE_STRING(this->md2TextureFileName);
     
    567568  {
    568569    SYNCHELP_WRITE_STRING("");
    569   }
     570}*/
    570571
    571572  return SYNCHELP_WRITE_N;
Note: See TracChangeset for help on using the changeset viewer.