Page MenuHomeFeedback Tracker

Direct cooking count in last exp update have not been added everywhere
Closed, ResolvedPublic

Description

Hello,

In the last update, a new const variable has been added to be able to modify the number of cooking slots count.

But it has not been added everywhere.

In each screen, you see the line that has the bug in the FireplaceBase.c

It still using

for(int i = 0; i < 3; i++)

instead of using

for(int i = 0; i < DIRECT_COOKING_SLOT_COUNT; i++)

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

NiiRoZz created this task.Jun 18 2020, 5:20 PM
Arkali added a subscriber: Arkali.Jun 18 2020, 5:23 PM
Geez closed this task as Resolved.Jun 19 2020, 11:14 AM
Geez claimed this task.
Geez added a subscriber: Geez.

Hello NiiRoZz.
The issue has been resolved internally and will be fixed in one of the upcoming updates.
Regards,
Geez

NIce ! Thx Geez ;)