summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-04 14:40:13 +0200
committermanuel <manuel@mausz.at>2011-04-04 14:40:13 +0200
commit471177aad38350840eed6452b1ad8723b61c330d (patch)
tree02f568f52cfe3ecd4c48fe9a96086ac3f748cd59 /pacman-c++/actor.h
parent03c82aa4ebb40b7c6ba5a304df6ff11b85afe80d (diff)
downloadfoop-471177aad38350840eed6452b1ad8723b61c330d.tar.gz
foop-471177aad38350840eed6452b1ad8723b61c330d.tar.bz2
foop-471177aad38350840eed6452b1ad8723b61c330d.zip
add more pacmans
Diffstat (limited to 'pacman-c++/actor.h')
-rw-r--r--pacman-c++/actor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index 43314a9..16a0c72 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -16,9 +16,9 @@ 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, // yellow
22 }; 22 };
23 23
24 Actor(Type type); 24 Actor(Type type);