mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
* Renamed All Instance of G1_FLAG_BMP Renamed all instances of G1_FLAG_BMP to GA_FLAG_HAS_TRANSPARENCY * Fixed comments and labels Fixed comments and labels to be more in line with new definitions
This commit is contained in:
@@ -1508,8 +1508,8 @@ static bool is_pixel_present_bmp(
|
||||
{
|
||||
PROFILED_FUNCTION();
|
||||
|
||||
// Probably used to check for corruption
|
||||
if (!(g1->flags & G1_FLAG_BMP))
|
||||
// Needs investigation as it has no consideration for pure BMP maps.
|
||||
if (!(g1->flags & G1_FLAG_HAS_TRANSPARENCY))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user