diff options
Diffstat (limited to 'src/control/Script8.cpp')
-rw-r--r-- | src/control/Script8.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/control/Script8.cpp b/src/control/Script8.cpp index 35cf6fa8..c6e11127 100644 --- a/src/control/Script8.cpp +++ b/src/control/Script8.cpp @@ -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: |