mirror of
https://github.com/halpz/re3.git
synced 2025-04-30 05:58:02 +03:00
script fix, bomb fix, flying components fix
This commit is contained in:
parent
36f3a517f9
commit
a9a62a8641
5 changed files with 8 additions and 4 deletions
|
@ -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:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue