- Timestamp:
- Mar 9, 2014, 9:01:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/modules/weapons/projectiles/Rocket.cc
r9667 r9995 196 196 } 197 197 198 bool Rocket::customCollidesAgainst(WorldEntity* otherObject, const btCollisionShape* cs, btManifoldPoint& contactPoint) 199 { 200 return this->customProcessCollision(otherObject, contactPoint, cs); 201 } 202 198 203 /** 199 204 @brief
Note: See TracChangeset
for help on using the changeset viewer.