Merge branch 'miami' of github.com:GTAmodding/re3 into miami

This commit is contained in:
aap
2020-05-11 22:21:26 +02:00
99 changed files with 19079 additions and 2214 deletions

View File

@ -17,7 +17,7 @@ enum ModelInfoType : uint8
MITYPE_XTRACOMPS, // unused but still in enum
MITYPE_HAND // xbox and mobile
};
static_assert(sizeof(ModelInfoType) == 1, "ModeInfoType: error");
VALIDATE_SIZE(ModelInfoType, 1);
class C2dEffect;