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:
@@ -516,6 +516,11 @@ namespace IW5
|
||||
|
||||
typedef tdef_align32(16) XSurfaceTri XSurfaceTri16;
|
||||
|
||||
enum XSurfaceFlag
|
||||
{
|
||||
XSURFACE_FLAG_DEFORMED = 0x40
|
||||
};
|
||||
|
||||
struct XSurface
|
||||
{
|
||||
unsigned char tileMode;
|
||||
|
||||
Reference in New Issue
Block a user