Changeset 6436 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Jan 8, 2006, 2:27:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r6430 r6436 269 269 void SpaceShip::collidesWith(WorldEntity* entity, const Vector& location) 270 270 { 271 Playable::collidesWith(entity, location); 271 272 if (entity->isA(CL_TURRET_POWER_UP) && entity != ref) 272 273 {
Note: See TracChangeset
for help on using the changeset viewer.