Changeset 6205 for code/branches/presentation2/src/orxonox/items
- Timestamp:
- Dec 2, 2009, 5:12:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc
r6202 r6205 107 107 { 108 108 newState = Boost; 109 pitch = pitch/MAX_VELOCITY_BOOST + 1;109 /*pitch = pitch/MAX_VELOCITY_BOOST + 1; 110 110 pitch = pitch > 2 ? 2 : pitch; 111 111 pitch = pitch < 0.5 ? 0.5 : pitch; 112 defEngineSndNormal_->setPitch(pitch); 112 defEngineSndNormal_->setPitch(pitch);*/ 113 113 } 114 114 else if (forward && !newState) // newState == Boost
Note: See TracChangeset
for help on using the changeset viewer.