diff options
| author | Johannes Schickel | 2008-03-08 19:37:43 +0000 |
|---|---|---|
| committer | Johannes Schickel | 2008-03-08 19:37:43 +0000 |
| commit | f02ec1d7ea7a5d45d3d8e31b83ac20a208475fad (patch) | |
| tree | f211eab20646079cff5094f6a1c0fda4c3de9e0b /engines | |
| parent | 64d2907df50ed8fac07d93ce15b925a4ed96b03d (diff) | |
| download | scummvm-rg350-f02ec1d7ea7a5d45d3d8e31b83ac20a208475fad.tar.gz scummvm-rg350-f02ec1d7ea7a5d45d3d8e31b83ac20a208475fad.tar.bz2 scummvm-rg350-f02ec1d7ea7a5d45d3d8e31b83ac20a208475fad.zip | |
Fix some typos. (and I thought DrMcCoy does this usualy...)
svn-id: r31067
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/kyra/script_v1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/script_v1.cpp b/engines/kyra/script_v1.cpp index acd065ee7c..97262ee4d1 100644 --- a/engines/kyra/script_v1.cpp +++ b/engines/kyra/script_v1.cpp @@ -1133,8 +1133,8 @@ int KyraEngine_v1::o1_setLogicPage(ScriptState *script) { int KyraEngine_v1::o1_fatPrint(ScriptState *script) { debugC(3, kDebugLevelScriptFuncs, "KyraEngine_v1::o1_fatPrint(%p) ('%s', %d, %d, %d, %d, %d)", (const void *)script, stackPosString(0), stackPos(1), stackPos(2), stackPos(3), stackPos(4), stackPos(5)); - // Workround for bug #1582672 ("KYRA1: Text crippled and drawn wrong") - // I'm not sure how the original handels this, since it seems to call + // Workaround for bug #1582672 ("KYRA1: Text crippled and drawn wrong") + // I'm not sure how the original handles this, since it seems to call // printText also, maybe it fails somewhere inside... // TODO: fix the reason for this workaround if (_currentRoom == 117) |
