- Backend update from GZDoom.

This commit is contained in:
Christoph Oelckers 2022-07-20 14:47:18 +02:00 committed by Mitchell Richters
parent b9ee6c327d
commit abb7f87de3
17 changed files with 77 additions and 188 deletions

View file

@ -39,10 +39,7 @@
#undef OPAQUE
#endif
enum
{
OPAQUE = 65536,
};
constexpr int OPAQUE = 65536;
enum ETexMode
{