Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2014, 4:06:09 PM (9 years ago)
Author:
fvultier
Message:
 
File:
1 edited

Legend:

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

    r10074 r10111  
    2121 *
    2222 *   Author:
    23  *      Fabian 'x3n' Landau
     23 *      Fabien Vultier
    2424 *   Co-authors:
    2525 *      ...
     
    2929/**
    3030    @file JumpPlatform.cc
    31     @brief Implementation of the JumpPlatform class.
     31    @brief All platforms in this minigame inherit from this class. The basic functions of a platform (interact with figure) is implemented here. Special functions are implemented in the specialized classes.
    3232*/
    3333
     
    4848    RegisterClass(JumpPlatform);
    4949
    50     const float JumpPlatform::MAX_REL_Z_VELOCITY = 1.5;
    51 
    52     /**
    53     @brief
    54         Constructor. Registers and initializes the object.
    55     */
    5650    JumpPlatform::JumpPlatform(Context* context) : MovableEntity(context)
    5751    {
Note: See TracChangeset for help on using the changeset viewer.