mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 10:10:01 +00:00
fix
This commit is contained in:
parent
0862c79b21
commit
433baf5f3c
|
@ -437,7 +437,7 @@ int8 CRunningScript::ProcessCommands1400To1499(int32 command)
|
||||||
}
|
}
|
||||||
case COMMAND_DOT_PRODUCT_3D:
|
case COMMAND_DOT_PRODUCT_3D:
|
||||||
{
|
{
|
||||||
CollectParameters(&m_nIp, 4);
|
CollectParameters(&m_nIp, 6);
|
||||||
float X1 = GET_FLOAT_PARAM(0);
|
float X1 = GET_FLOAT_PARAM(0);
|
||||||
float Y1 = GET_FLOAT_PARAM(1);
|
float Y1 = GET_FLOAT_PARAM(1);
|
||||||
float Z1 = GET_FLOAT_PARAM(2);
|
float Z1 = GET_FLOAT_PARAM(2);
|
||||||
|
|
Loading…
Reference in a new issue