diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h index 6d192fe..6b8cc32 100644 --- a/include/entities.h +++ b/include/entities.h @@ -32,7 +32,8 @@ enum MOB_SUB { MS_RABBIT = 1, MS_BIRD, MS_TRIGGER, - MS_DOOR + MS_DOOR, + MS_PAGE }; enum BUILD_SUB{ |