Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2005, 4:02:12 PM (18 years ago)
Author:
manuel
Message:

powerups are visible now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/powerups/src/world_entities/power_ups/param_power_up.cc

    r6109 r6110  
    3434};
    3535
    36 ParamPowerUp::ParamPowerUp () : PowerUp(0.0, 0.0, 1.0)
     36ParamPowerUp::ParamPowerUp () : PowerUp(0.0, 1.0, 0.0)
    3737{
    3838  this->init();
    3939}
    4040
    41 ParamPowerUp::ParamPowerUp(const TiXmlElement* root) : PowerUp(0.0, 0.0, 1.0)
     41ParamPowerUp::ParamPowerUp(const TiXmlElement* root) : PowerUp(0.0, 1.0, 0.0)
    4242{
    4343  this->init();
Note: See TracChangeset for help on using the changeset viewer.