Changeset 9720 for code/branches/sfxThilo/src/modules/pong/PongBall.h
- Timestamp:
- Oct 28, 2013, 3:58:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sfxThilo/src/modules/pong/PongBall.h
r9667 r9720 42 42 #include "worldentities/MovableEntity.h" 43 43 44 44 45 namespace orxonox 45 46 { … … 63 64 64 65 virtual void tick(float dt); 66 67 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 65 68 66 69 /** … … 123 126 static const float MAX_REL_Z_VELOCITY; 124 127 128 void setDefScoreSound(const std::string& engineSound); //Thilo 129 const std::string& getDefScoreSound(); //Thilo 130 125 131 private: 126 132 void registerVariables(); … … 135 141 unsigned int* batID_; //!< The object IDs of the bats, to be able to synchronize them over the network. 136 142 float relMercyOffset_; //!< Offset, that makes the player not loose, when, in all fairness, he would have. 143 WorldSound* defScoreSound_;//Thilo 137 144 }; 138 145 }
Note: See TracChangeset
for help on using the changeset viewer.