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
1 changed files with 1 additions and 1 deletions

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