aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.cpp
diff options
context:
space:
mode:
authorMax Horn2002-09-22 01:17:53 +0000
committerMax Horn2002-09-22 01:17:53 +0000
commita681eb029e7fc5b0383d5cdfce2c561e8fa221d2 (patch)
tree62c79d406f1fdd730eb8000e25a42ecd557a990d /scumm/verbs.cpp
parent45ce1d111312ec413d6d680092f98a4f49e31556 (diff)
downloadscummvm-rg350-a681eb029e7fc5b0383d5cdfce2c561e8fa221d2.tar.gz
scummvm-rg350-a681eb029e7fc5b0383d5cdfce2c561e8fa221d2.tar.bz2
scummvm-rg350-a681eb029e7fc5b0383d5cdfce2c561e8fa221d2.zip
renamec string -> _string and sentence -> _sentence in class Scumm (I originally reworked StringTab, but then noticed the save game format depends on it <sigh>)
svn-id: r4995
Diffstat (limited to 'scumm/verbs.cpp')
-rw-r--r--scumm/verbs.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp
index 131bde0312..f3b82cbf37 100644
--- a/scumm/verbs.cpp
+++ b/scumm/verbs.cpp
@@ -130,18 +130,18 @@ void Scumm::drawVerb(int vrb, int mode)
}
restoreVerbBG(vrb);
- string[4].charset = vs->charset_nr;
- string[4].xpos = vs->x;
- string[4].ypos = vs->y;
- string[4].right = 319;
- string[4].center = vs->center;
+ _string[4].charset = vs->charset_nr;
+ _string[4].xpos = vs->x;
+ _string[4].ypos = vs->y;
+ _string[4].right = 319;
+ _string[4].center = vs->center;
if (vs->curmode == 2)
- string[4].color = vs->dimcolor;
+ _string[4].color = vs->dimcolor;
else if (mode && vs->hicolor)
- string[4].color = vs->hicolor;
+ _string[4].color = vs->hicolor;
else
- string[4].color = vs->color;
+ _string[4].color = vs->color;
// FIXME For the future: Indy3 and under inv scrolling
/*