HarbourMasters / Shipwright

3.3k stars 494 forks source link

Fix getItemEntry macro definitions #4499

Closed Archez closed 4 weeks ago

Archez commented 1 month ago

These various GetItemEntry macro helpers did not have the appropriate amount of fields specified and a incorrect value type on the wrong spot, leading to a bunch of warnings about NULL conversion to uint.

This adds the missing values for the drawItemId and drawModIndex fields.

Build Artifacts