mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49: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;
|
movingEnt->bIsStuck = true;
|
||||||
if (movingEnt->m_status == STATUS_PLAYER) {
|
if (movingEnt->m_status == STATUS_PLAYER) {
|
||||||
printf("STUCK: Final Step: Player Entity %d Is Stuck\n", movingEnt->m_modelIndex);
|
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->ApplyMoveSpeed();
|
||||||
movingEnt->ApplyTurnSpeed();
|
movingEnt->ApplyTurnSpeed();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user