summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph/J2DTextBox.h
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2024-08-14 23:50:36 +0300
committerGitHub <noreply@github.com>2024-08-14 13:50:36 -0700
commitedd2d30a337a69c6a0228a172108ce17d3253697 (patch)
treecb1c71ab4a11b494afe6416df3a17b72346170d0 /include/JSystem/J2DGraph/J2DTextBox.h
parent0af6d632ced216e21c09e091156dd65d23bcba83 (diff)
Work on d_msg_scrn_talk (#2192)
* Work on d_msg_scrn_talk * Generate d_pane_class_ex virtual inlines
Diffstat (limited to 'include/JSystem/J2DGraph/J2DTextBox.h')
-rw-r--r--include/JSystem/J2DGraph/J2DTextBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DTextBox.h b/include/JSystem/J2DGraph/J2DTextBox.h
index c9513995d5..55b0a6a641 100644
--- a/include/JSystem/J2DGraph/J2DTextBox.h
+++ b/include/JSystem/J2DGraph/J2DTextBox.h
@@ -79,7 +79,7 @@ public:
/* 8019230C */ virtual bool setBlackWhite(JUtility::TColor, JUtility::TColor);
/* 801DFA34 */ virtual JUtility::TColor getBlack() const;
/* 801DFA28 */ virtual JUtility::TColor getWhite() const;
- /* 8025602C */ virtual bool getMaterial() const;
+ /* 8025602C */ virtual J2DMaterial* getMaterial() const { return NULL; }
/* 802FFBC4 */ J2DTextBox(u64, JGeometry::TBox2<f32> const&, ResFONT const*, char const*, s16,
J2DTextBoxHBinding, J2DTextBoxVBinding);