engine: add litwater support

This commit is contained in:
Alibek Omarov
2026-04-09 11:58:15 +05:00
parent dbfeacfecc
commit 68dba8b4e0
3 changed files with 17 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ GNU General Public License for more details.
#define FWORLD_CUSTOM_SKYBOX BIT( 1 )
#define FWORLD_WATERALPHA BIT( 2 )
#define FWORLD_HAS_DELUXEMAP BIT( 3 )
#define FWORLD_HAS_LITWATER BIT( 4 )
// special rendermode for screenfade modulate
// (probably will be expanded at some point)