diff options
author | majestic <majesticcoding@gmail.com> | 2020-07-29 20:47:24 -0700 |
---|---|---|
committer | majestic <majesticcoding@gmail.com> | 2020-08-03 15:31:42 -0700 |
commit | 394134f77416dfae6b8fc896b43932d6052e5532 (patch) | |
tree | c235604b455e63e8d39d795988eed2b80cee4ce1 /src/objects/Object.h | |
parent | 4a55f197611374d7a32355fe42f41e6108bc4e1e (diff) |
CEscalators done
Diffstat (limited to 'src/objects/Object.h')
-rw-r--r-- | src/objects/Object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/Object.h b/src/objects/Object.h index 5a9c0195..5f0ec0ab 100644 --- a/src/objects/Object.h +++ b/src/objects/Object.h @@ -8,6 +8,7 @@ enum { MISSION_OBJECT = 2, TEMP_OBJECT = 3, CUTSCENE_OBJECT = 4, + ESCALATOR_OBJECT = 5, }; enum CollisionSpecialResponseCase |