mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 09:39:16 +01:00
fixed launch in space bug
This commit is contained in:
parent
dec134c881
commit
4041159855
@ -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 New Issue
Block a user