aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMax Horn2005-01-06 21:46:21 +0000
committerMax Horn2005-01-06 21:46:21 +0000
commit87afdf9a646d0893393dafdfe4524fa7e9a9c8bd (patch)
tree1c924d6d70133c6299886472c34cc827474fc2db /gui
parent8f0afd181648a5e198fdcf0322dcd28a1a225aa5 (diff)
downloadscummvm-rg350-87afdf9a646d0893393dafdfe4524fa7e9a9c8bd.tar.gz
scummvm-rg350-87afdf9a646d0893393dafdfe4524fa7e9a9c8bd.tar.bz2
scummvm-rg350-87afdf9a646d0893393dafdfe4524fa7e9a9c8bd.zip
oops again
svn-id: r16462
Diffstat (limited to 'gui')
-rw-r--r--gui/newgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 6f718459c2..99f43c18a8 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -361,7 +361,7 @@ int NewGui::getCharWidth(byte c) {
}
void NewGui::drawString(const String &s, int x, int y, int w, OverlayColor color, TextAlignment align, int deltax, bool useEllipsis) {
- getFont().drawString(&_screen, s, x, y, w, color, align, deltax, useEllipsis, _scaleEnable);
+ getFont().drawString(&_screen, s, x, y, w, color, align, deltax, useEllipsis, _scaleFactor);
}
//