summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--level.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/level.h b/level.h
index ae7ffe3..0ffdac2 100644
--- a/level.h
+++ b/level.h
@@ -18,11 +18,11 @@ private:
enum RailDirection {
NorthSouth = 1,
- EastWest = 2,
- SouthEast = 3,
- SouthWest = 4,
- NorthWest = 5,
- NorthEast = 6,
+ EastWest,
+ SouthEast,
+ SouthWest,
+ NorthWest,
+ NorthEast,
};
RailDirection ChooseDirection(Level& level, int x, int y); \ No newline at end of file