Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 12:15:06 PM (18 years ago)
Author:
bensch
Message:

compiles again, the Playables should now be able to choose their design per team

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/particles/particle_system.cc

    r9497 r9500  
    238238  PRINTF(4)("Color of %s::%s on timeslice %f is r:%f g:%f b:%f a:%f\n",
    239239    this->getClassCName(), this->getCName(), lifeCycleTime, red, green, blue, alpha);
     240
     241  this->colorAnim[0].debug();
    240242}
    241243
     
    466468           this->maxCount,
    467469           ((this->maxCount!=0)?100*this->count/this->maxCount:0));
    468   if (this->deadList)
     470
     471  if (likely(this->deadList != NULL))
    469472  {
    470473    PRINT(0)("  - ParticleDeadList is used: ");
Note: See TracChangeset for help on using the changeset viewer.