diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-06 16:08:19 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-06 16:08:19 +0200 |
| commit | ebb3d3c754a50fccdc8f780d3297361925f33a85 (patch) | |
| tree | e5c7bc18be69e322cdff28c88b1d8db5ba0c1434 /pacman-c++/mainwidget.h | |
| parent | 33058362d2b91082aa5b50be4ce79e9c371f9c29 (diff) | |
| download | foop-ebb3d3c754a50fccdc8f780d3297361925f33a85.tar.gz foop-ebb3d3c754a50fccdc8f780d3297361925f33a85.tar.bz2 foop-ebb3d3c754a50fccdc8f780d3297361925f33a85.zip | |
Keep track of PixmapItems in client
Diffstat (limited to 'pacman-c++/mainwidget.h')
| -rw-r--r-- | pacman-c++/mainwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h index 36e5624..951b6c6 100644 --- a/pacman-c++/mainwidget.h +++ b/pacman-c++/mainwidget.h | |||
| @@ -29,7 +29,7 @@ private: | |||
| 29 | 29 | ||
| 30 | void updateScore(); | 30 | void updateScore(); |
| 31 | 31 | ||
| 32 | PixmapItem ** visualMap; | 32 | QVector< QVector< PixmapItem* > > visualMap; |
| 33 | 33 | ||
| 34 | // data conversion | 34 | // data conversion |
| 35 | QPoint mapPositionToCoord(unsigned int x, unsigned int y); | 35 | QPoint mapPositionToCoord(unsigned int x, unsigned int y); |
