mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 19:48:59 +00:00
fixed launch in space bug
This commit is contained in:
parent
dec134c881
commit
4041159855
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue