- Timestamp:
- May 22, 2014, 3:05:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickupsFS14/src/modules/jump/JumpPlatformTimer.cc
r10050 r10074 117 117 void JumpPlatformTimer::touchFigure() 118 118 { 119 accelerateFigure();120 119 if (isActive()) 121 120 { 122 accelerateFigure();121 figure_->JumpFromPlatform(this); 123 122 } 124 123 }
Note: See TracChangeset
for help on using the changeset viewer.