diff options
| author | manuel <manuel@mausz.at> | 2011-04-05 12:26:04 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-05 12:26:04 +0200 |
| commit | bfaf2e63e64169abbb1a4c079a937091060574b7 (patch) | |
| tree | 4054c7cce1f9e8aaa467ef51e28c581c40986b93 /pacman-c++/mainwidget.cpp | |
| parent | 897bc2bb42d79369d2f915d0da4e3b7f3b1a6fce (diff) | |
| download | foop-bfaf2e63e64169abbb1a4c079a937091060574b7.tar.gz foop-bfaf2e63e64169abbb1a4c079a937091060574b7.tar.bz2 foop-bfaf2e63e64169abbb1a4c079a937091060574b7.zip | |
forgot some commits..
replace std::map with QMap
Diffstat (limited to 'pacman-c++/mainwidget.cpp')
| -rw-r--r-- | pacman-c++/mainwidget.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.cpp b/pacman-c++/mainwidget.cpp index 90d31b2..9fdf125 100644 --- a/pacman-c++/mainwidget.cpp +++ b/pacman-c++/mainwidget.cpp | |||
| @@ -103,7 +103,8 @@ void MainWidget::loadDummyMap() | |||
| 103 | Actor::Movement direction; | 103 | Actor::Movement direction; |
| 104 | switch (cur & transmission::direction_mask) | 104 | switch (cur & transmission::direction_mask) |
| 105 | { | 105 | { |
| 106 | case 0: | 106 | case transmission::direction_none: |
| 107 | direction = Actor::None; | ||
| 107 | break; | 108 | break; |
| 108 | case transmission::direction_left: | 109 | case transmission::direction_left: |
| 109 | direction = Actor::Left; | 110 | direction = Actor::Left; |
