pong: fix comments
Stefan Schuermans

Stefan Schuermans commited on 2019-06-15 20:15:48
Showing 1 changed files, with 3 additions and 3 deletions.

... ...
@@ -126,9 +126,9 @@ protected:
126 126
   int       m_ballDirY;      ///< ball direction Y
127 127
   int       m_padSize;       ///< size of player pads
128 128
   int       m_leftPosY;      ///< position of top pixel of left pad
129
-  int       m_rightPosY;     ///< position of top pixel of left pad
130
-  int       m_leftDelay;     ///< delay for coputer moving left pad
131
-  int       m_rightDelay;    ///< delay for coputer moving left pad
129
+  int       m_rightPosY;     ///< position of top pixel of right pad
130
+  int       m_leftDelay;     ///< delay for computer moving left pad
131
+  int       m_rightDelay;    ///< delay for computer moving right pad
132 132
 }; // class Canvas
133 133
 
134 134
 } // namespace Blinker
135 135