2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Merge pull request #174 from lioncash/tentacle

CFlaahgraTentacle: Amend floating point value within Play case in AcceptScriptMsg()
This commit is contained in:
2020-02-29 16:56:44 -05:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ void CFlaahgraTentacle::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid,
break;
}
case EScriptObjectMessage::Play: {
x578_ = 0.039999999f;
x578_ = 0.04f;
break;
}
case EScriptObjectMessage::Deactivate: {