Changeset 10601 in orxonox.OLD for branches/cleanup/src/world_entities/weapons
- Timestamp:
- Mar 23, 2007, 12:21:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/weapons/light_blaster.cc
r10600 r10601 55 55 for (int i = 0; i < this->getBarrels(); i++) 56 56 { 57 delete [] this->shootAnim[i];57 //delete [] this->shootAnim[i]; 58 58 delete [] this->objComp[i]; 59 59 } 60 60 delete [] this->emissionPoint; 61 delete [] this->shootAnim;61 //delete [] this->shootAnim; 62 62 delete [] this->objComp; 63 63
Note: See TracChangeset
for help on using the changeset viewer.