mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 11:36:25 +00:00
script fix, bomb fix, flying components fix
This commit is contained in:
@ -710,7 +710,7 @@ int8 CRunningScript::ProcessCommandsFrom0To99(int32 command)
|
||||
return 0;
|
||||
case COMMAND_SHAKE_CAM:
|
||||
CollectParameters(&m_nIp, 1);
|
||||
TheCamera.CamShake(ScriptParams[0] / 1000.0f);
|
||||
CamShakeNoPos(&TheCamera, ScriptParams[0] / 1000.0f);
|
||||
return 0;
|
||||
case COMMAND_SET_VAR_INT:
|
||||
{
|
||||
|
Reference in New Issue
Block a user