diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-04-30 09:42:40 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-04-30 09:42:40 +0200 |
| commit | e13d24b6c8f5aafa11c027dd971a98f895825b41 (patch) | |
| tree | 76a4fa066c8afbe489bd74bd1f78f49f424af2a7 /src/Model/Grid.cpp | |
| parent | a2ed149069a29212a11eb4a1fa676e6f27d941fd (diff) | |
Correct LOT OF BUGS
Diffstat (limited to 'src/Model/Grid.cpp')
| -rw-r--r-- | src/Model/Grid.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Model/Grid.cpp b/src/Model/Grid.cpp index 295b9b4..ca93955 100644 --- a/src/Model/Grid.cpp +++ b/src/Model/Grid.cpp @@ -75,17 +75,17 @@ void Grid::move(Direction direction) { switch (direction) { - case Direction::UP: + case UP: break; - case Direction::DOWN: + case DOWN: break; - case Direction::LEFT: + case LEFT: break; - case Direction::RIGHT: + case RIGHT: break; default: |
