State->frame is no longer used to OR-in the fullbright flag. Instead State->flags is now used for this purpose. Implemented new state->flag statef_noautolight (not the abbreviation stf_ is already in use as Sector Type Flag), this new flag can be used to prevent Doomsday from rendering a light for frames of a state when the light values have not been manually specified in DED (Doomsday would normally auto-calculate light values and render both light and halo for fullbright sprites).
State->frame is no longer used to OR-in the fullbright flag. Instead State->flags is now used for this purpose. Implemented new state->flag statef_noautolight (not the abbreviation stf_ is already in use as Sector Type Flag), this new flag can be used to prevent Doomsday from rendering a light for frames of a state when the light values have not been manually specified in DED (Doomsday would normally auto-calculate light values and render both light and halo for fullbright sprites).