Changeset 10572 for code/branches/core7/src/modules/tetris
- Timestamp:
- Sep 9, 2015, 1:31:11 PM (9 years ago)
- Location:
- code/branches/core7/src/modules/tetris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/modules/tetris/TetrisCenterpoint.cc
r10571 r10572 80 80 /** 81 81 @brief 82 Is called when the gametype has changed.83 */84 void TetrisCenterpoint::changedGametype()85 {86 SUPER(TetrisCenterpoint, changedGametype);87 88 // Check, whether it's still Tetris.89 this->checkGametype();90 }91 92 /**93 @brief94 82 Checks whether the gametype is Tetris and if it is, sets its centerpoint. 95 83 */ -
code/branches/core7/src/modules/tetris/TetrisCenterpoint.h
r9667 r10572 64 64 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); //!< Method to create a TetrisCenterpoint through XML. 65 65 66 virtual void changedGametype(); //!< Is called when the gametype has changed.67 68 66 /** 69 67 @brief Set the width of the playing field.
Note: See TracChangeset
for help on using the changeset viewer.