aboutsummaryrefslogtreecommitdiff
path: root/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gui.cpp')
-rw-r--r--gui/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui.cpp b/gui/gui.cpp
index 817e8c6344..c26a522693 100644
--- a/gui/gui.cpp
+++ b/gui/gui.cpp
@@ -337,7 +337,7 @@ const GuiWidget *Gui::widgetFromPos(int x, int y)
void Gui::drawString(const char *str, int x, int y, int w, byte color, bool center)
{
- StringTab *st = &_s->string[5];
+ StringTab *st = &_s->_string[5];
st->charset = 1;
st->center = center;
st->color = color;