diff options
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h index 30b2fcd..a83a5d0 100644 --- a/src/entity.h +++ b/src/entity.h @@ -5,7 +5,7 @@ #ifndef ENTITY_H #define ENTITY_H -#define ENTITY_COUNT 12 +#define ENTITY_COUNT 14 #define TREE_SCALE 40.0 #define BUSH_SCALE 3.0 @@ -51,7 +51,9 @@ enum { SAMANTHAS_SPOT, TRASHCAN, TRASH, - MEDICAL_TRASH + MEDICAL_TRASH, + JOHN, + RON }; typedef struct { |