summaryrefslogtreecommitdiffstats
path: root/src/render/Fluff.cpp
diff options
context:
space:
mode:
authormajestic <majesticcoding@gmail.com>2020-10-08 03:43:50 +0200
committermajestic <majesticcoding@gmail.com>2020-10-08 14:59:08 +0200
commit7861992fe6c8bc02600917c80053e08d9dcaa501 (patch)
tree29d12a69b0817b3989bacb153e111484b0a043db /src/render/Fluff.cpp
parentMerge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff)
downloadre3-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.cpp2
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;
}
}
}