diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-07-28 09:31:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 12:31:28 -0400 |
| commit | bd776e6bf5e05602fde82a65f62f7d19c91a2def (patch) | |
| tree | b27eb5fe98e80f2a39556ab28968b8ee10f60141 /include/z64keyframe.h | |
| parent | 6f5352e6c253a6eb2208f8316c04c657560ff611 (diff) | |
Extract Keyframe Assets data (#1664)
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "c31c5e9fe"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git"
branch: "master"
commit: "c31c5e9fe"
git-subrepo:
version: "0.4.6"
origin: "git@github.com:ingydotnet/git-subrepo.git"
commit: "110b9eb"
* extract keyframe data
* initialize typo
Diffstat (limited to 'include/z64keyframe.h')
| -rw-r--r-- | include/z64keyframe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/z64keyframe.h b/include/z64keyframe.h index 10d7f8509..ac350c125 100644 --- a/include/z64keyframe.h +++ b/include/z64keyframe.h @@ -70,6 +70,8 @@ typedef struct { // Array of bitflags for each limb indicating whether to do keyframe interpolation // or pull from fixed values that do not change throughout the animation. union { + // Used to initialize bitflags without warnings + /* 0x00 */ void* data; // For standard the bit layout in each array element is: // [5] X Translation (root limb only) // [4] Y Translation (root limb only) |
