Merge pull request #379 from Turok64Nukem/DKRsixtyfour

Force No Shadows on Surfaces
This commit is contained in:
David Benepe
2023-03-17 23:50:22 -05:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ enum TriangleBatchFlags {
BATCH_FLAGS_UNK00000800 = (1 << 11),
BATCH_FLAGS_UNK00001000 = (1 << 12),
BATCH_FLAGS_UNK00002000 = (1 << 13),
BATCH_FLAGS_UNK00004000 = (1 << 14),
BATCH_FLAGS_FORCE_NO_SHADOWS = (1 << 14),
BATCH_FLAGS_ENVMAP = (1 << 15),
BATCH_FLAGS_TEXTURE_ANIM = (1 << 16),
BATCH_FLAGS_UNK00020000 = (1 << 17),