Closed spacek531 closed 1 year ago
This should fix https://github.com/OpenRCT2/OpenRCT2/issues/19398
By definition a path object must have 52 images. One image is the thumbnail, 51 images are for the 51 possible combinations: https://github.com/OpenRCT2/OpenRCT2/blob/dd624f9bff4ce116a40f121507a426b484cb9412/src/openrct2/paint/tile_element/Paint.Path.cpp#L58-L67
This object currently has 51 images, not 52. I do not know why this bug does not affect certain parks - it should affect all parks.
This should fix https://github.com/OpenRCT2/OpenRCT2/issues/19398
By definition a path object must have 52 images. One image is the thumbnail, 51 images are for the 51 possible combinations: https://github.com/OpenRCT2/OpenRCT2/blob/dd624f9bff4ce116a40f121507a426b484cb9412/src/openrct2/paint/tile_element/Paint.Path.cpp#L58-L67
This object currently has 51 images, not 52. I do not know why this bug does not affect certain parks - it should affect all parks.