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++/sceneholder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pacman-c++/sceneholder.h') diff --git a/pacman-c++/sceneholder.h b/pacman-c++/sceneholder.h index 7494c3f..1ca991e 100644 --- a/pacman-c++/sceneholder.h +++ b/pacman-c++/sceneholder.h @@ -33,6 +33,9 @@ protected: // map of actors in order to keep track of those instances QMap m_actors; + /* my color */ + Color::Color m_color; + QGraphicsScene *m_scene; }; -- cgit v1.2.3