Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 8, 2006, 2:20:19 AM (19 years ago)
Author:
patrick
Message:

trunk: different death animations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/effects/lightning_bolt.cc

    r7112 r7113  
    5454  this->seedX = 200.f;
    5555  this->seedZ = 500.0f;
    56   this->seedTime = 2.0f;
     56  this->seedTime = 4.0f;
    5757
    5858  this->soundSource.setSourceNode(this);
     
    108108    this->flashFrequency = this->seedTime * (float)rand()/(float)RAND_MAX + 0.1;
    109109    this->setAbsCoor( - 800.0f - this->seedX * (float)rand()/(float)RAND_MAX, 250.00, -200.0f + this->seedZ * (float)rand()/(float)RAND_MAX);
    110 
    111     PRINTF(0)("timeout: %f\n", this->flashFrequency);
    112     this->getAbsCoor().debug();
    113 
    114110    this->bNewCoordinate = false;
    115111  }
Note: See TracChangeset for help on using the changeset viewer.