summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-11 02:24:48 +0200
committermanuel <manuel@mausz.at>2011-04-11 02:24:48 +0200
commit43061892c7c9d341bacb7c679444f2885bd56907 (patch)
treefaae1880915c23f85901fa4f0ef7f2e5465681ec /pacman-c++/mainwidget.h
parent57e3e48eb558b73077c2b5b4e531ee1cd75b0fbf (diff)
downloadfoop-43061892c7c9d341bacb7c679444f2885bd56907.tar.gz
foop-43061892c7c9d341bacb7c679444f2885bd56907.tar.bz2
foop-43061892c7c9d341bacb7c679444f2885bd56907.zip
- make use of my_color (still TODO: pre-game dialog (with intro music) + display own color first in scoreboard)
- remove some audio debugging noice
Diffstat (limited to 'pacman-c++/mainwidget.h')
-rw-r--r--pacman-c++/mainwidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index ede3ecf..46de6fb 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -36,16 +36,16 @@ private:
36 bool isRunning(); 36 bool isRunning();
37 Color::Color connectToServer(); 37 Color::Color connectToServer();
38 38
39 // GUI elements needed in the progress of the game 39 /* GUI elements needed in the progress of the game */
40 QList<QGridLayout*> m_playerScoreLayouts; 40 QList<QGridLayout*> m_playerScoreLayouts;
41 41
42 // key currently pressed by user 42 /* key currently pressed by user */
43 Transmission::field_t m_currentKey; 43 Transmission::field_t m_currentKey;
44 44
45 // translate Qt::Key to our key format 45 /* translate Qt::Key to our key format */
46 Transmission::field_t translateKey(int key); 46 Transmission::field_t translateKey(int key);
47 47
48 // game running 48 /* game running */
49 bool m_running; 49 bool m_running;
50 50
51 QTcpSocket *m_socket; 51 QTcpSocket *m_socket;