diff options
Diffstat (limited to 'pacman-c++/server.cpp')
| -rw-r--r-- | pacman-c++/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/server.cpp b/pacman-c++/server.cpp index cc69f08..1c3caf9 100644 --- a/pacman-c++/server.cpp +++ b/pacman-c++/server.cpp | |||
| @@ -41,7 +41,7 @@ bool Server::run() | |||
| 41 | QTimer *timer2 = new QTimer(this); | 41 | QTimer *timer2 = new QTimer(this); |
| 42 | connect(timer2, SIGNAL(timeout()), this, SLOT(onRoundFinished())); | 42 | connect(timer2, SIGNAL(timeout()), this, SLOT(onRoundFinished())); |
| 43 | timer2->start(3000); | 43 | timer2->start(3000); |
| 44 | / */ | 44 | // */ |
| 45 | 45 | ||
| 46 | connect(this, SIGNAL(allPointsRemoved()), SLOT(onRoundFinished())); | 46 | connect(this, SIGNAL(allPointsRemoved()), SLOT(onRoundFinished())); |
| 47 | 47 | ||
