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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.