ref: add new special rendermode that specifically used for modulate mode in engine's ScreenFade

This commit is contained in:
Alibek Omarov
2023-01-05 06:07:56 +03:00
parent 4684f174ee
commit 4bbd0cc404
3 changed files with 14 additions and 2 deletions

View File

@@ -67,6 +67,10 @@ GNU General Public License for more details.
#define FWORLD_WATERALPHA BIT( 2 )
#define FWORLD_HAS_DELUXEMAP BIT( 3 )
// special rendermode for screenfade modulate
// (probably will be expanded at some point)
#define kRenderScreenFadeModulate 0x1000
typedef enum
{
DEMO_INACTIVE = 0,