diff options
author | majestic <majesticcoding@gmail.com> | 2020-07-30 05:47:24 +0200 |
---|---|---|
committer | majestic <majesticcoding@gmail.com> | 2020-08-04 00:31:42 +0200 |
commit | 394134f77416dfae6b8fc896b43932d6052e5532 (patch) | |
tree | c235604b455e63e8d39d795988eed2b80cee4ce1 /src/objects | |
parent | Fix Win32 OAL build (diff) | |
download | re3-394134f77416dfae6b8fc896b43932d6052e5532.tar re3-394134f77416dfae6b8fc896b43932d6052e5532.tar.gz re3-394134f77416dfae6b8fc896b43932d6052e5532.tar.bz2 re3-394134f77416dfae6b8fc896b43932d6052e5532.tar.lz re3-394134f77416dfae6b8fc896b43932d6052e5532.tar.xz re3-394134f77416dfae6b8fc896b43932d6052e5532.tar.zst re3-394134f77416dfae6b8fc896b43932d6052e5532.zip |
Diffstat (limited to 'src/objects')
-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 |