From 404115985560055141eb0be1de496bd9ce1fa690 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Thu, 12 Sep 2019 19:13:32 +0300 Subject: fixed launch in space bug --- src/core/World.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/World.cpp b/src/core/World.cpp index 35e572b0..1598967a 100644 --- a/src/core/World.cpp +++ b/src/core/World.cpp @@ -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(); } -- cgit v1.2.3