Skip to content
Snippets Groups Projects
  • jonwd7's avatar
    f3583d03
    Fix Fallout3Layer · f3583d03
    jonwd7 authored
    Removed BIPED_PART enum values from end of Fallout3Layer.  These are actually a different enum for the next byte (Flags and Part Number).  Max layers is 64 so we know this to be a mistake.  There were also no usages of Fallout3Layer in FO3/NV above FOL_NULL (43).
    
    Renamed value 29 to be more accurate.
    f3583d03
    History
    Fix Fallout3Layer
    jonwd7 authored
    Removed BIPED_PART enum values from end of Fallout3Layer.  These are actually a different enum for the next byte (Flags and Part Number).  Max layers is 64 so we know this to be a mistake.  There were also no usages of Fallout3Layer in FO3/NV above FOL_NULL (43).
    
    Renamed value 29 to be more accurate.