Changeset 8845 in orxonox.OLD for branches/multi_player_map/src/world_entities
- Timestamp:
- Jun 28, 2006, 12:22:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/world_entities/world_entity.cc
r8841 r8845 412 412 bool WorldEntity::registerCollision(WorldEntity* entityA, WorldEntity* entityB, BoundingVolume* bvA, BoundingVolume* bvB) 413 413 { 414 PRINTF(0)("registering collision\n\n\n\n");415 414 // is there any handler listening? 416 415 if( !this->bReactive)
Note: See TracChangeset
for help on using the changeset viewer.