Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 10, 2015, 7:55:21 PM (9 years ago)
Author:
fvultier
Message:

Removed useless code (artifacts from copy-paste) in the Jump minigame.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/jump/JumpPlatform.h

    r10624 r10632  
    5252            virtual void touchFigure();
    5353
    54             void setDefScoreSound(const std::string& engineSound);
    55             const std::string& getDefScoreSound();
    56             void setDefBatSound(const std::string& engineSound);
    57             const std::string& getDefBatSound();
    58             void setDefBoundarySound(const std::string& engineSound);
    59             const std::string& getDefBoundarySound();
    60 
    6154            void setWidth(const float width)
    6255                { this->width_ = width; }
     
    7265            float height_;
    7366            WeakPtr<JumpFigure> figure_;
    74             WorldSound* defScoreSound_;
    75             WorldSound* defBatSound_;
    76             WorldSound* defBoundarySound_;
    7767    };
    7868}
Note: See TracChangeset for help on using the changeset viewer.