zbostock56 / Empire-of-Waves

Explore the world as a pirate, trading with merchants, and fending off enemies!
3 stars 0 forks source link

Trade buffer bug fix 1204 #137

Closed GameShiba closed 10 months ago

GameShiba commented 10 months ago

Bug occurred because the merchant_item_selected[] array is initialized with merchant->num_listings, when merchant->num_listings increased, the new places in merchant_item_selected[] are not initialized.