Code: Select all
Summary 0000199: Explicitly set "bright" on overlays
Description Essentially the ability to set the "bright" flag on a specific psprite layer, regardless of whether its current state is bright or not.
player.GetPSprite(<id>).bBright = true;
Or something along those lines