diff options
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) |
