summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/actor.h')
-rw-r--r--pacman-c++/actor.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index 43314a9..f5844bb 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -16,9 +16,10 @@ public:
16 }; 16 };
17 17
18 enum Type { 18 enum Type {
19 Player1 = 1, 19 Player1 = 1, // red
20 Player2, 20 Player2, // blue
21 Player3, 21 Player3, // green
22 Player4, // yellow
22 }; 23 };
23 24
24 Actor(Type type); 25 Actor(Type type);