1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-17 21:03:12 +00:00

fixed launch in space bug

This commit is contained in:
Nikolay Korolev 2019-09-12 19:13:32 +03:00 committed by GitHub
parent dec134c881
commit 4041159855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1114,7 +1114,7 @@ CWorld::Process(void)
movingEnt->bIsStuck = true;
if (movingEnt->m_status == STATUS_PLAYER) {
printf("STUCK: Final Step: Player Entity %d Is Stuck\n", movingEnt->m_modelIndex);
movingEnt->m_vecMoveSpeed *= 3.0f;
movingEnt->m_vecMoveSpeed *= 0.3f;
movingEnt->ApplyMoveSpeed();
movingEnt->ApplyTurnSpeed();
}