Changeset 10572 for code/branches/core7/src/modules/towerdefense
- Timestamp:
- Sep 9, 2015, 1:31:11 PM (9 years ago)
- Location:
- code/branches/core7/src/modules/towerdefense
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/modules/towerdefense/TowerDefenseCenterpoint.cc
r10571 r10572 84 84 /** 85 85 @brief 86 Is called when the gametype has changed.87 */88 void TowerDefenseCenterpoint::changedGametype()89 {90 SUPER(TowerDefenseCenterpoint, changedGametype);91 92 // Check, whether it's still TowerDefense.93 this->checkGametype();94 }95 96 /**97 @brief98 86 Checks whether the gametype is TowerDefense and if it is, sets its centerpoint. 99 87 */ -
code/branches/core7/src/modules/towerdefense/TowerDefenseCenterpoint.h
r9667 r10572 53 53 54 54 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 55 virtual void changedGametype();56 55 57 56 /**
Note: See TracChangeset
for help on using the changeset viewer.