From 43061892c7c9d341bacb7c679444f2885bd56907 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 11 Apr 2011 02:24:48 +0200 Subject: - make use of my_color (still TODO: pre-game dialog (with intro music) + display own color first in scoreboard) - remove some audio debugging noice --- pacman-c++/mainwidget.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pacman-c++/mainwidget.h') 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: bool isRunning(); Color::Color connectToServer(); - // GUI elements needed in the progress of the game + /* GUI elements needed in the progress of the game */ QList m_playerScoreLayouts; - // key currently pressed by user + /* key currently pressed by user */ Transmission::field_t m_currentKey; - // translate Qt::Key to our key format + /* translate Qt::Key to our key format */ Transmission::field_t translateKey(int key); - // game running + /* game running */ bool m_running; QTcpSocket *m_socket; -- cgit v1.2.3