diff options
author | Filippos Karapetis | 2007-10-12 19:57:43 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-10-12 19:57:43 +0000 |
commit | 9c528b6cb9e26419f3ef2d1557554fe1c4e0fcd8 (patch) | |
tree | db4370e176ee25b1db692a3492f747753f824217 | |
parent | d1a3af446ab7d3794121e34503dda3716d7510df (diff) | |
download | scummvm-rg350-9c528b6cb9e26419f3ef2d1557554fe1c4e0fcd8.tar.gz scummvm-rg350-9c528b6cb9e26419f3ef2d1557554fe1c4e0fcd8.tar.bz2 scummvm-rg350-9c528b6cb9e26419f3ef2d1557554fe1c4e0fcd8.zip |
Fix typo
svn-id: r29195
-rw-r--r-- | engines/kyra/text_v2.h | 2 |
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; }; |