- Timestamp:
- Jan 18, 2006, 1:13:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/world_entity.cc
r6500 r6528 529 529 delete[] modelFileName; 530 530 531 SYNCHELP_READ_STRINGM( modelFileName );531 /*SYNCHELP_READ_STRINGM( modelFileName ); 532 532 533 533 if ( strcmp(modelFileName, "") ) … … 541 541 this->md2TextureFileName = modelFileName; 542 542 } 543 */ 543 544 544 545 return SYNCHELP_READ_N; … … 560 561 SYNCHELP_WRITE_STRING( getModel( 0 )->getName() ); 561 562 SYNCHELP_WRITE_FLOAT( scaling ); 562 if ( this->md2TextureFileName!=NULL && strcmp(this->md2TextureFileName, "") )563 /*if ( this->md2TextureFileName!=NULL && strcmp(this->md2TextureFileName, "") ) 563 564 { 564 565 SYNCHELP_WRITE_STRING(this->md2TextureFileName); … … 567 568 { 568 569 SYNCHELP_WRITE_STRING(""); 569 } 570 }*/ 570 571 571 572 return SYNCHELP_WRITE_N;
Note: See TracChangeset
for help on using the changeset viewer.