]> git.localhorst.tv Git - sdl-test7.git/blobdiff - src/pong/Match.h
made the game a bit more interesting :)
[sdl-test7.git] / src / pong / Match.h
index ce7c0e1a96f5250d42bed4fadd5b21472f0e1532..8d36a0854ada6811655eb2862d830fcce63a47da 100644 (file)
@@ -52,7 +52,7 @@ class Match
                SDL_Surface *leftScoreText, *rightScoreText;
                Sint32 paddleSpeed;
                Uint32 worldWidth, worldHeight;
-               Ball ball, secondBall;
+               Ball ball, secondBall, thirdBall;
                Paddle leftPaddle, rightPaddle;
                CountingWall topWall, bottomWall, leftWall, rightWall;
                std::vector<game::Entity *> entities;