Stefan Schuermans commited on 2019-07-07 18:03:37
Showing 2 changed files, with 2 additions and 2 deletions.
... | ... |
@@ -235,7 +235,7 @@ private: |
235 | 235 |
Time m_timeStepTime; ///< time of next time step |
236 | 236 |
OpConnSounds m_opConnSounds; ///< sound to play on operator connections |
237 | 237 |
OpConnSet m_opConnsClose; ///< operator connections to be closed |
238 |
-}; // class Canvas |
|
238 |
+}; // class Game |
|
239 | 239 |
|
240 | 240 |
} // namespace Blinker |
241 | 241 |
|
... | ... |
@@ -219,7 +219,7 @@ protected: |
219 | 219 |
int m_bounceCnt; ///< how often the current ball bounced at pad |
220 | 220 |
int m_scoreLeft; ///< score of left player |
221 | 221 |
int m_scoreRight; ///< score of right player |
222 |
-}; // class Canvas |
|
222 |
+}; // class Pong |
|
223 | 223 |
|
224 | 224 |
} // namespace Blinker |
225 | 225 |
|
226 | 226 |