diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 19:36:24 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 19:36:24 +0200 |
| commit | 8af916b731ab9e9264d35359ba9bbb01a8bdaa49 (patch) | |
| tree | aff84baf5dc3c746ce83becb80b56ef3efd8a92b /pacman-c++/server.cpp | |
| parent | 4f88849caf6533d965849952c9ea153fd8c518c5 (diff) | |
| download | foop-8af916b731ab9e9264d35359ba9bbb01a8bdaa49.tar.gz foop-8af916b731ab9e9264d35359ba9bbb01a8bdaa49.tar.bz2 foop-8af916b731ab9e9264d35359ba9bbb01a8bdaa49.zip | |
minor adaptions
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 8f9e42d..2dc2a13 100644 --- a/pacman-c++/server.cpp +++ b/pacman-c++/server.cpp | |||
| @@ -16,7 +16,7 @@ Server::Server(QWidget *parent) | |||
| 16 | 16 | ||
| 17 | QTimer *timer = new QTimer(this); | 17 | QTimer *timer = new QTimer(this); |
| 18 | connect(timer, SIGNAL(timeout()), this, SLOT(tick())); | 18 | connect(timer, SIGNAL(timeout()), this, SLOT(tick())); |
| 19 | timer->start(500); | 19 | timer->start(Constants::tick); |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | void Server::tick() | 22 | void Server::tick() |
