X39 / XMS2

X39s Medical System 2 (or short XMS2) is a modification for the game ArmA 3
9 stars 0 forks source link

4.4 changes by phyma #5

Closed Phyma closed 10 years ago

Phyma commented 10 years ago

Theses are my changes for the 4.4 version, see changelog

X39 commented 10 years ago

Due the default value change of triageCardState from -1 to 0 it is possible that the mod acts incorrect ( if serverconfigs triage entries are removed entirely, the medicalUi loop will exit with an error due the "variable select X" as variable is == [] and X is > -1)

To the notes about the default value: The default values are chosen to make error detection possible so that the mod can act different to non initialized units without checking explicitly for ^^

Rest looks good Please change the code so that no issue inside of the loop is possible X39

X39 commented 10 years ago

code review ok but this spot:

merged anyway will be changed manually by me