Skip to content

Commit

Permalink
Update addons/medical_gui/functions/fnc_updateBodyImage.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: Grim <[email protected]>
  • Loading branch information
Cplhardcore and LinkIsGrim authored Nov 5, 2024
1 parent f4f3905 commit 7c78535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical_gui/functions/fnc_updateBodyImage.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private _bodyPartBloodLoss = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
} forEach [
[IDC_BODY_HEAD, IDC_BODY_HEAD_S],
[IDC_BODY_NECK, IDC_BODY_NECK_S],
[IDC_BODY_CHEET, IDC_BODY_CHEST_S],
[IDC_BODY_CHEST, IDC_BODY_CHEST_S],
[IDC_BODY_TORSO, IDC_BODY_TORSO_S],
[IDC_BODY_ARMLEFT, IDC_BODY_ARMLEFT_S, IDC_BODY_ARMLEFT_T, IDC_BODY_ARMLEFT_B],
[IDC_BODY_ARMUPPERLEFT, IDC_BODY_ARMUPPERLEFT_S, IDC_BODY_ARMUPPERLEFT_T, IDC_BODY_ARMLUPPEREFT_B],

Check notice on line 116 in addons/medical_gui/functions/fnc_updateBodyImage.sqf

View workflow job for this annotation

GitHub Actions / windows

Variable should not be all caps: IDC_BODY_ARMLUPPEREFT_B

all caps variable

Check notice on line 116 in addons/medical_gui/functions/fnc_updateBodyImage.sqf

View workflow job for this annotation

GitHub Actions / build

Variable should not be all caps: IDC_BODY_ARMLUPPEREFT_B

all caps variable
Expand Down

0 comments on commit 7c78535

Please sign in to comment.