Stefan Schuermans commited on 2019-06-15 20:46:00
Showing 1 changed files, with 2 additions and 2 deletions.
... | ... |
@@ -185,8 +185,8 @@ protected: |
185 | 185 |
int m_rightPosY; ///< position of top pixel of right pad |
186 | 186 |
int m_leftDelay; ///< delay for computer moving left pad |
187 | 187 |
int m_rightDelay; ///< delay for computer moving right pad |
188 |
- OpConn *m_pConnLeft; ///< operator connection of left player (or NULL) |
|
189 |
- OpConn *m_pConnRight; ///< operator connection of right player (or NULL) |
|
188 |
+ OpConn *m_pConnLeft; ///< operator connection left player (or NULL) |
|
189 |
+ OpConn *m_pConnRight; ///< operator connection right player (o NULL) |
|
190 | 190 |
}; // class Canvas |
191 | 191 |
|
192 | 192 |
} // namespace Blinker |
193 | 193 |