Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10601 in orxonox.OLD for branches/cleanup/src/world_entities/weapons


Ignore:
Timestamp:
Mar 23, 2007, 12:21:42 AM (18 years ago)
Author:
rennerc
Message:

i hope i fixed some bugs :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/world_entities/weapons/light_blaster.cc

    r10600 r10601  
    5555  for (int i = 0; i < this->getBarrels(); i++)
    5656  {
    57    delete [] this->shootAnim[i];
     57   //delete [] this->shootAnim[i];
    5858   delete [] this->objComp[i];
    5959  }
    6060  delete [] this->emissionPoint;
    61    delete [] this->shootAnim;
     61   //delete [] this->shootAnim;
    6262   delete [] this->objComp;
    6363
Note: See TracChangeset for help on using the changeset viewer.