Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2014, 3:05:46 PM (10 years ago)
Author:
fvultier
Message:

new items added. improved level generator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickupsFS14/src/modules/jump/JumpPlatformDisappear.cc

    r10050 r10074  
    101101        if (isActive())
    102102        {
    103                 accelerateFigure();
     103                figure_->JumpFromPlatform(this);
    104104                active_ = false;
    105                 orxout() << "platform deactivated" << endl;
    106105        }
    107106    }
Note: See TracChangeset for help on using the changeset viewer.