Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2007, 11:32:00 AM (17 years ago)
Author:
patrick
Message:

enable ai and weapon stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/heavy_blaster.cc

    r10472 r10499  
    1212
    1313CREATE_FACTORY(HeavyBlaster);
     14// ObjectListDefinition(HeavyBlaster);
     15
     16
     17
    1418/**
    1519 * Standard constructor
     
    1822 : Weapon()
    1923{
     24//     this->registerObject(this, HeavyBlaster::_objectList);
     25
    2026    this->init(leftRight);
    2127}
     
    2430 : Weapon()
    2531{
     32//     this->registerObject(this, HeavyBlaster::_objectList);
     33
    2634    // TODO add leftRight to params
    2735    this->init(0);
Note: See TracChangeset for help on using the changeset viewer.