Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 1:13:21 PM (5 years ago)
Author:
ahuwyler
Message:

We have new template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc

    r12369 r12370  
    173173        // Set variable to temporarily force the player to spawn.
    174174        //bool temp = this->bForceSpawn_;
    175         this->bForceSpawn_ = true;
     175        this->bForceSpawn_ = false;
    176176
    177177        // Call start for the parent class.
     
    307307            if((BallPosition.x - Ball->getRadius() >= StonePosition.x - size && BallPosition.x + Ball->getRadius() <= StonePosition.x + size) &&
    308308                (BallPosition.z - Ball->getRadius() >= StonePosition.z - size && BallPosition.z + Ball->getRadius() <= StonePosition.z + size)) {
    309                 orxout() << "FOUND ONE" << endl;
     309                //orxout() << "FOUND ONE" << endl;
    310310                return someStone;
    311311            }
Note: See TracChangeset for help on using the changeset viewer.