mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Add shadow and subtract styles to ACS.
There is a matching pull request for rheit/acs.
This commit is contained in:
parent
48b926e5b4
commit
265917c923
1 changed files with 2 additions and 0 deletions
|
@ -3546,6 +3546,8 @@ static const int LegacyRenderStyleIndices[] =
|
|||
65, // STYLE_Add,
|
||||
66, // STYLE_Shaded,
|
||||
67, // STYLE_TranslucentStencil,
|
||||
68, // STYLE_Shadow,
|
||||
69, // STYLE_Subtract,
|
||||
-1
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue