Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2007, 11:48:16 PM (18 years ago)
Author:
nicolasc
Message:

minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/world_entities/weapons/weapon.cc

    r10529 r10645  
    163163 * needed, if there are more than one barrel or segments
    164164 */
     165/*
    165166void Weapon::init2()
    166167{
     
    182183    this->shootAnim[i] = new Animation3D* [this->segs];
    183184  }
    184 }
     185}*/
    185186
    186187/**
    187188 * deconstructor for init2
    188189 */
     190/*
    189191void Weapon::deconstr()
    190192{
     
    198200  delete this->emissionPoint;
    199201  delete this->shootAnim;
    200 }
     202}*/
    201203
    202204/**
Note: See TracChangeset for help on using the changeset viewer.