Changeset 8194 in orxonox.OLD for branches/network/src
- Timestamp:
 - Jun 7, 2006, 3:12:09 PM (19 years ago)
 - Location:
 - branches/network/src
 - Files:
 - 
          
- 2 edited
 
- 
          lib/network/player_stats.cc (modified) (1 diff)
 - 
          world_entities/space_ships/space_ship.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/network/src/lib/network/player_stats.cc
r8187 r8194 134 134 { 135 135 this->playable = dynamic_cast<Playable*>(*it); 136 this->playable->toList( OM_PLAYERS ); 136 137 break; 137 138 }  - 
        
branches/network/src/world_entities/space_ships/space_ship.cc
r7954 r8194 305 305 } 306 306 } 307 //PRINTF(3)("collision %s vs %s @ (%f,%f,%f)\n", this->getClassName(), entity->getClassName(), location.x, location.y, location.z);307 PRINTF(3)("collision %s vs %s @ (%f,%f,%f)\n", this->getClassName(), entity->getClassName(), location.x, location.y, location.z); 308 308 } 309 309  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






