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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index 16a0c72..f5844bb 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -18,7 +18,8 @@ public:
18 enum Type { 18 enum Type {
19 Player1 = 1, // red 19 Player1 = 1, // red
20 Player2, // blue 20 Player2, // blue
21 Player3, // yellow 21 Player3, // green
22 Player4, // yellow
22 }; 23 };
23 24
24 Actor(Type type); 25 Actor(Type type);