Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 9, 2015, 1:31:11 PM (9 years ago)
Author:
landauf
Message:

removed unnecessary code - setGametype or changedGametype is never called here

Location:
code/branches/core7/src/modules/jump
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/modules/jump/JumpCenterpoint.cc

    r10571 r10572  
    8080    }
    8181
    82     void JumpCenterpoint::changedGametype()
    83     {
    84         SUPER(JumpCenterpoint, changedGametype);
    85 
    86         checkGametype();
    87     }
    88 
    8982    void JumpCenterpoint::checkGametype()
    9083    {
  • code/branches/core7/src/modules/jump/JumpCenterpoint.h

    r10262 r10572  
    114114            virtual ~JumpCenterpoint() {}
    115115            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); //!< Method to create a JumpCenterpoint through XML.
    116             virtual void changedGametype();
    117116            void setPlatformStaticTemplate(const std::string& balltemplate)
    118117                { this->platformStaticTemplate_ = balltemplate; }
Note: See TracChangeset for help on using the changeset viewer.