mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 05:54:09 +00:00
fixes
This commit is contained in:
parent
47c697feca
commit
061fd25c61
5 changed files with 8 additions and 6 deletions
|
@ -674,7 +674,8 @@ int8 CRunningScript::ProcessCommands1400To1499(int32 command)
|
|||
SET_INTEGER_PARAM(0, model);
|
||||
StoreParameters(&m_nIp, 1);
|
||||
}
|
||||
case COMMAND_IS_USING_FIRST_PERSON_WEAPON_CAMERA:
|
||||
case COMMAND_IS_PLAYER_USING_FIRST_PERSON_WEAPON_CAMERA:
|
||||
CollectParameters(&m_nIp, 1);
|
||||
UpdateCompareFlag(TheCamera.Using1stPersonWeaponMode());
|
||||
return 0;
|
||||
//case COMMAND_1489:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue