- Timestamp:
- May 1, 2010, 6:15:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket/src/modules/weapons/RocketController.cc
r6813 r6814 67 67 } 68 68 69 /* 70 I wanted to define the controllable entity with this function but the compiler gives the error: line 80: rocket - unidentified identifier 71 or some similar error. 72 */ 69 70 RocketController::~RocketController() { 71 72 delete this->getControllableEntity(); 73 74 } 75 76 73 77 74 78 }
Note: See TracChangeset
for help on using the changeset viewer.