diff options
Diffstat (limited to 'pacman-c++/actor.h')
| -rw-r--r-- | pacman-c++/actor.h | 6 |
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); |
