- 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/SimpleRocket.cc
r9667 r9995 177 177 } 178 178 179 bool SimpleRocket::customCollidesAgainst(WorldEntity* otherObject, const btCollisionShape* cs, btManifoldPoint& contactPoint) 180 { 181 return this->customProcessCollision(otherObject, contactPoint, cs); 182 } 183 179 184 /** 180 185 @brief
Note: See TracChangeset
for help on using the changeset viewer.