aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-03-30 19:32:12 +0000
committerPaweł Kołodziejski2003-03-30 19:32:12 +0000
commit7ee96df673902a6352c9c819b1ac89cbe776d3eb (patch)
tree450755154c53d8d97cd91a4379add798ab790862 /scumm/script_v6.cpp
parent776cdf2d086f51b75f84041313276c87acf8ce61 (diff)
downloadscummvm-rg350-7ee96df673902a6352c9c819b1ac89cbe776d3eb.tar.gz
scummvm-rg350-7ee96df673902a6352c9c819b1ac89cbe776d3eb.tar.bz2
scummvm-rg350-7ee96df673902a6352c9c819b1ac89cbe776d3eb.zip
fixed description centering in the FT and added hack for redraw descriptions in height while scrolling room
svn-id: r6890
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 8fcf3bc078..4632ac2604 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -2452,11 +2452,6 @@ void Scumm_v6::o6_kernelSetFunctions() {
_string[0].color = (byte)args[2];
_string[0].xpos = args[3];
_string[0].ypos = args[4];
- _charset->setCurID(_string[0].charset);
- _string[0].xpos -= _charset->getStringWidth(0, buf_output) >> 1;
- if (_string[0].xpos < 0) {
- _string[0].xpos = 0;
- }
drawDescString(buf_output);
} else {
setStringVars(0);