summaryrefslogtreecommitdiffstats
path: root/pacman-c++/block.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-12 20:23:33 +0200
committermanuel <manuel@mausz.at>2011-04-12 20:23:33 +0200
commit6af8e7795da1e86745364af1538fa76d4e0fc07e (patch)
tree815ea747b9249a3a7ee10040c31da45c9af48fb1 /pacman-c++/block.cpp
parentea20d11fdaf383eab6269d5aae2558fd15c5c29e (diff)
downloadfoop-6af8e7795da1e86745364af1538fa76d4e0fc07e.tar.gz
foop-6af8e7795da1e86745364af1538fa76d4e0fc07e.tar.bz2
foop-6af8e7795da1e86745364af1538fa76d4e0fc07e.zip
minor improvments: better debug messages + no tabs :D
Diffstat (limited to 'pacman-c++/block.cpp')
-rw-r--r--pacman-c++/block.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/block.cpp b/pacman-c++/block.cpp
index c8607ac..083b203 100644
--- a/pacman-c++/block.cpp
+++ b/pacman-c++/block.cpp
@@ -19,7 +19,6 @@ Block::Block(Color::Color color, unsigned int neighbours, QGraphicsItem *parent)
19 } 19 }
20 setPixmap(m_pixmaps.find(color).value()); 20 setPixmap(m_pixmaps.find(color).value());
21 setNeighbours(neighbours); 21 setNeighbours(neighbours);
22 //qDebug() << "loading block w color: " << color;
23} 22}
24 23
25void Block::setNeighbours(unsigned int neighbours) 24void Block::setNeighbours(unsigned int neighbours)