2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-27 03:18:17 +00:00

chore: set XSurface deformed property when applicable

This commit is contained in:
Jan Laupetin
2026-05-04 18:31:12 +02:00
parent 40e5a9de97
commit 8a791816ed
3 changed files with 27 additions and 3 deletions
+5
View File
@@ -516,6 +516,11 @@ namespace IW5
typedef tdef_align32(16) XSurfaceTri XSurfaceTri16;
enum XSurfaceFlag
{
XSURFACE_FLAG_DEFORMED = 0x40
};
struct XSurface
{
unsigned char tileMode;