2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-13 03:25:52 +00:00

CFlaahgraTentacle: Amend floating point value within Play case in AcceptScriptMsg()

GM8E v0 sets this to 0.04f.
This commit is contained in:
Lioncash 2020-02-29 05:54:36 -05:00
parent 58a2f6aeb2
commit 9434be8562

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: {