diff options
Diffstat (limited to 'Minecraft.Client/Common/UI/UIComponent_TutorialPopup.h')
| -rw-r--r-- | Minecraft.Client/Common/UI/UIComponent_TutorialPopup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/UI/UIComponent_TutorialPopup.h b/Minecraft.Client/Common/UI/UIComponent_TutorialPopup.h index 36f78300..4e5f4285 100644 --- a/Minecraft.Client/Common/UI/UIComponent_TutorialPopup.h +++ b/Minecraft.Client/Common/UI/UIComponent_TutorialPopup.h @@ -39,6 +39,8 @@ private: e_ICON_TYPE_TRANSPORT = 11, }; + EIcons m_iconType; + public: UIComponent_TutorialPopup(int iPad, void *initData, UILayer *parentLayer); |
