Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 5:12:06 PM (14 years ago)
Author:
youngk
Message:

Resolved Conflicts, edited a few COUTs and commented out a semi-obsolete chunk of code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc

    r6202 r6205  
    107107                {
    108108                    newState = Boost;
    109                     pitch = pitch/MAX_VELOCITY_BOOST + 1;
     109                    /*pitch = pitch/MAX_VELOCITY_BOOST + 1;
    110110                    pitch = pitch > 2 ? 2 : pitch;
    111111                    pitch = pitch < 0.5 ? 0.5 : pitch;
    112                     defEngineSndNormal_->setPitch(pitch);
     112                    defEngineSndNormal_->setPitch(pitch);*/
    113113                }
    114114                else if (forward && !newState) // newState == Boost
Note: See TracChangeset for help on using the changeset viewer.