Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2017, 1:02:41 PM (6 years ago)
Author:
remartin
Message:

Fisch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AsteroidMining_HS17/src/modules/asteroidmining/SpicedAsteroidField.cc

    r11640 r11646  
    9292        this->foggy = true;
    9393        this->fogDensity = 0.5;
     94        this->count = 0;
    9495
    9596        // Old from Pawn
     
    121122            size = round(rnd()*(this->maxSize - this->minSize)) + this->minSize;
    122123            a->setSize(size);
    123 
    124124            pX = round(rnd()*2*this->radius) - radius;
    125125            pY = round(rnd()*2*this->radius) - radius;
     
    201201
    202202        this->create();
     203        // orxout() << "SpicedAsteroidField is done. " << endl;
     204
    203205        this->bAlive_ = false;
    204206        this->destroyLater();
Note: See TracChangeset for help on using the changeset viewer.