njohnson 338b50c694 Fix: Parse Animation Dynamic Indices Index
The animation dynamic indices parsing was incorrectly using the stream's `>>` operator.  The `XDataStream` class provides `ParseUInt8` for proper parsing of unsigned 8-bit integers, ensuring data integrity. This commit updates the parsing logic to use `ParseUInt8` and include a descriptive string for logging.
2025-09-10 21:55:52 -04:00
..
2025-08-14 17:30:25 -04:00
2025-09-07 12:36:08 -04:00
2025-09-07 12:36:08 -04:00
2025-08-14 18:50:13 -04:00