diff options
author | majestic <majesticcoding@gmail.com> | 2020-10-08 03:43:50 +0200 |
---|---|---|
committer | majestic <majesticcoding@gmail.com> | 2020-10-08 14:59:08 +0200 |
commit | 7861992fe6c8bc02600917c80053e08d9dcaa501 (patch) | |
tree | 29d12a69b0817b3989bacb153e111484b0a043db /src/render/Fluff.cpp | |
parent | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff) | |
download | re3-7861992fe6c8bc02600917c80053e08d9dcaa501.tar re3-7861992fe6c8bc02600917c80053e08d9dcaa501.tar.gz re3-7861992fe6c8bc02600917c80053e08d9dcaa501.tar.bz2 re3-7861992fe6c8bc02600917c80053e08d9dcaa501.tar.lz re3-7861992fe6c8bc02600917c80053e08d9dcaa501.tar.xz re3-7861992fe6c8bc02600917c80053e08d9dcaa501.tar.zst re3-7861992fe6c8bc02600917c80053e08d9dcaa501.zip |
Diffstat (limited to '')
-rw-r--r-- | src/render/Fluff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Fluff.cpp b/src/render/Fluff.cpp index 31bf92a8..f175d872 100644 --- a/src/render/Fluff.cpp +++ b/src/render/Fluff.cpp @@ -1358,7 +1358,7 @@ CEscalator::Update(void) { if (m_pSteps[i]) { m_pSteps[i]->SetPosition(m_pos1); CWorld::Add(m_pSteps[i]); - m_pSteps[i]->ObjectCreatedBy = ESCALATOR_OBJECT; + m_pSteps[i]->ObjectCreatedBy = CONTROLLED_SUB_OBJECT; } } } |