From a681eb029e7fc5b0383d5cdfce2c561e8fa221d2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 22 Sep 2002 01:17:53 +0000 Subject: renamec string -> _string and sentence -> _sentence in class Scumm (I originally reworked StringTab, but then noticed the save game format depends on it ) svn-id: r4995 --- gui/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') 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; -- cgit v1.2.3