Changeset 10572 for code/branches/core7/src/modules/jump
- Timestamp:
- Sep 9, 2015, 1:31:11 PM (9 years ago)
- Location:
- code/branches/core7/src/modules/jump
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/modules/jump/JumpCenterpoint.cc
r10571 r10572 80 80 } 81 81 82 void JumpCenterpoint::changedGametype()83 {84 SUPER(JumpCenterpoint, changedGametype);85 86 checkGametype();87 }88 89 82 void JumpCenterpoint::checkGametype() 90 83 { -
code/branches/core7/src/modules/jump/JumpCenterpoint.h
r10262 r10572 114 114 virtual ~JumpCenterpoint() {} 115 115 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); //!< Method to create a JumpCenterpoint through XML. 116 virtual void changedGametype();117 116 void setPlatformStaticTemplate(const std::string& balltemplate) 118 117 { this->platformStaticTemplate_ = balltemplate; }
Note: See TracChangeset
for help on using the changeset viewer.