fixed up any reference to 8 bit models with the new ModelID type

This commit is contained in:
someone2639
2021-05-26 17:52:41 -04:00
committed by farisawan-2000
parent a4a6a85312
commit 03a6eeeb37
5 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ struct SpecialPreset
/*00*/ u8 preset_id;
/*01*/ u8 type; // Determines whether object is 8, 10, 12 or 14 bytes long.
/*02*/ u8 defParam; // Default parameter, only used when type is SPTYPE_DEF_PARAM_AND_YROT
/*03*/ u8 model;
/*03*/ ModelID model;
/*04*/ const BehaviorScript *behavior;
};