aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_v2.h
diff options
context:
space:
mode:
authorFilippos Karapetis2007-10-12 19:57:43 +0000
committerFilippos Karapetis2007-10-12 19:57:43 +0000
commit9c528b6cb9e26419f3ef2d1557554fe1c4e0fcd8 (patch)
treedb4370e176ee25b1db692a3492f747753f824217 /engines/kyra/text_v2.h
parentd1a3af446ab7d3794121e34503dda3716d7510df (diff)
downloadscummvm-rg350-9c528b6cb9e26419f3ef2d1557554fe1c4e0fcd8.tar.gz
scummvm-rg350-9c528b6cb9e26419f3ef2d1557554fe1c4e0fcd8.tar.bz2
scummvm-rg350-9c528b6cb9e26419f3ef2d1557554fe1c4e0fcd8.zip
Fix typo
svn-id: r29195
Diffstat (limited to 'engines/kyra/text_v2.h')
-rw-r--r--engines/kyra/text_v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/text_v2.h b/engines/kyra/text_v2.h
index 88d446e7ec..eb697b963b 100644
--- a/engines/kyra/text_v2.h
+++ b/engines/kyra/text_v2.h
@@ -42,7 +42,7 @@ public:
void restoreScreen();
char *preprocessString(const char *str);
- void calcWidestLineBounds(int &x1, int &x1, int w, int x);
+ void calcWidestLineBounds(int &x1, int &x2, int w, int x);
private:
KyraEngine_v2 *_vm;
};