diff options
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DPane.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h index 2ef48562d0..dccc76e448 100644 --- a/include/JSystem/J2DGraph/J2DPane.h +++ b/include/JSystem/J2DGraph/J2DPane.h @@ -211,7 +211,10 @@ public: /* 0xD8 */ f32 mTranslateY; /* 0xDC */ JSUTree<J2DPane> mPaneTree; /* 0xF8 */ const J2DAnmTransform* mTransform; + + #if !(PLATFORM_WII || PLATFORM_SHIELD) /* 0xFC */ u32 _fc; + #endif }; #endif /* J2DPANE_H */ |
