aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.h
diff options
context:
space:
mode:
authorAlyssa Milburn2012-08-22 21:56:12 +0200
committerAlyssa Milburn2012-08-22 21:56:12 +0200
commitb1486aa5feb3fa074e91cb8436054608119062ed (patch)
treeee793caa16953d01e1d7e7b6a0a6e03185f0fc6e /engines/tony/gfxcore.h
parent93f145773e316a5ec9e37f02e1c2f803e89ccf66 (diff)
downloadscummvm-rg350-b1486aa5feb3fa074e91cb8436054608119062ed.tar.gz
scummvm-rg350-b1486aa5feb3fa074e91cb8436054608119062ed.tar.bz2
scummvm-rg350-b1486aa5feb3fa074e91cb8436054608119062ed.zip
TONY: Fix spelling of setStretch.
Diffstat (limited to 'engines/tony/gfxcore.h')
-rw-r--r--engines/tony/gfxcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/gfxcore.h b/engines/tony/gfxcore.h
index 78c4c9bc70..2402b1e029 100644
--- a/engines/tony/gfxcore.h
+++ b/engines/tony/gfxcore.h
@@ -189,7 +189,7 @@ public:
void setDst(const RMPoint &dst) {
_dst.topLeft() = dst;
}
- void setStrecth(bool bStretch) {
+ void setStretch(bool bStretch) {
_bStretch = bStretch;
}