mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 20:34:12 +00:00
TWINE: fixed big endian issue with lba1 models
This commit is contained in:
parent
c416fe7830
commit
d8d21057ef
@ -81,7 +81,7 @@ public:
|
||||
int16 offsetToData = 0;
|
||||
|
||||
inline bool isAnimated() const {
|
||||
return bodyFlag.mask.animated;
|
||||
return (bodyFlag.value & 2) != 0;
|
||||
}
|
||||
|
||||
inline uint getNumBones() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user