diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-10 00:55:13 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-10 00:55:13 +0200 |
| commit | da481762bded855ffd709114ee3a16ec4dbaaeb6 (patch) | |
| tree | 10f323140f11280f5185c19666a8412199613e0e /pacman-c++/mainwidget.h | |
| parent | 5b4ddc78484448886135e031bee3d423e2fd3b83 (diff) | |
| download | foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.tar.gz foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.tar.bz2 foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.zip | |
Tell player about their color
minor cleanup
Diffstat (limited to 'pacman-c++/mainwidget.h')
| -rw-r--r-- | pacman-c++/mainwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h index 04beec2..266f329 100644 --- a/pacman-c++/mainwidget.h +++ b/pacman-c++/mainwidget.h | |||
| @@ -30,7 +30,7 @@ private: | |||
| 30 | void createMenu(); | 30 | void createMenu(); |
| 31 | void updateScore(); | 31 | void updateScore(); |
| 32 | bool isRunning(); | 32 | bool isRunning(); |
| 33 | bool connectToServer(); | 33 | Color::Color connectToServer(); |
| 34 | 34 | ||
| 35 | private slots: | 35 | private slots: |
| 36 | void startGame(); | 36 | void startGame(); |
