Changeset 10098 in orxonox.OLD for branches/playability/src/world_entities/projectiles
- Timestamp:
- Dec 19, 2006, 4:08:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/projectiles/mbolt.cc
r10095 r10098 144 144 void MBolt::collidesWith(WorldEntity* entity, const Vector& location) 145 145 { 146 PRINTF( 5)("MBolt collides pretest\n");146 PRINTF(0)("MBolt collides pretest\n"); 147 147 if( entity == NULL) 148 148 return;
Note: See TracChangeset
for help on using the changeset viewer.