diff options
| author | manuel <manuel@mausz.at> | 2011-04-12 20:23:33 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-12 20:23:33 +0200 |
| commit | 6af8e7795da1e86745364af1538fa76d4e0fc07e (patch) | |
| tree | 815ea747b9249a3a7ee10040c31da45c9af48fb1 /pacman-c++/block.cpp | |
| parent | ea20d11fdaf383eab6269d5aae2558fd15c5c29e (diff) | |
| download | foop-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.cpp | 1 |
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 | ||
| 25 | void Block::setNeighbours(unsigned int neighbours) | 24 | void Block::setNeighbours(unsigned int neighbours) |
