Daniel 5 years ago
parent
commit
15d6232b8d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      OOP_Pong/functions.cpp

+ 0
- 1
OOP_Pong/functions.cpp View File

72
 }
72
 }
73
 
73
 
74
 Ball::Ball() {
74
 Ball::Ball() {
75
-    isPlaying = false;
76
     const sf::Time AITime = sf::seconds(0.1f);
75
     const sf::Time AITime = sf::seconds(0.1f);
77
     const float paddleSpeed = 400.f;
76
     const float paddleSpeed = 400.f;
78
     float rightPaddleSpeed = 0.f;
77
     float rightPaddleSpeed = 0.f;