Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2018, 4:40:29 PM (5 years ago)
Author:
emustafa
Message:

still on controlls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKart.cc

    r12156 r12168  
    163163        }
    164164        else {
    165             orxout() << " Should not happen, look in OrxoKart.cc";
     165            //orxout() << " Should not happen, look in OrxoKart.cc";
    166166        }
    167167
    168168
    169169
    170                 orxout() << numberOfShrooms << endl;
     170                //orxout() << numberOfShrooms << endl;
    171171
    172172
    173173        // Check if ship collided with the flag, flag is the bottom that is responsible for the game to detect the spaceship falling.
    174174        if(flag_->getCollided()){
    175                 orxout() << numberOfShrooms << endl;
     175                //orxout() << numberOfShrooms << endl;
    176176            player = flag_->getObjectofCollision();
    177177            if (level == 1)
     
    187187
    188188        if (player && player->isBoosting()) {
    189                 orxout() << "Boosting" << endl;
     189                //orxout() << "Boosting" << endl;
    190190                if(!numberOfShrooms) numberOfShrooms--;
    191191        }
Note: See TracChangeset for help on using the changeset viewer.