diff options
author | Willem Jan Palenstijn | 2013-02-19 00:39:43 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-02-19 00:39:43 +0100 |
commit | 95c44e0a515b316bcdfce6c251d96b2d95d38113 (patch) | |
tree | f537273d02d52aac8a05c42295dc9091f799c043 | |
parent | 81bb4d43743c538c0e37e484e1f6f05e97222c9c (diff) | |
download | scummvm-rg350-95c44e0a515b316bcdfce6c251d96b2d95d38113.tar.gz scummvm-rg350-95c44e0a515b316bcdfce6c251d96b2d95d38113.tar.bz2 scummvm-rg350-95c44e0a515b316bcdfce6c251d96b2d95d38113.zip |
HOPKINS: Fix typo
-rw-r--r-- | engines/hopkins/lines.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/lines.cpp b/engines/hopkins/lines.cpp index 6870d1a0c1..3a7bc99f08 100644 --- a/engines/hopkins/lines.cpp +++ b/engines/hopkins/lines.cpp @@ -1794,7 +1794,7 @@ int LinesManager::PARC_PERS(int fromX, int fromY, int destX, int destY, int a5, if (destX >= v33 - 2 && destX <= v33 + 2 && destY >= v92 - 2 && destY <= v92 + 2) { essai1[v117].invalidate(); - goto retLABEL_essai0; + goto retLABEL_essai1; } while (v33 != destX) { if (checkCollisionLine(v33, v92, &v141, &v140, 0, _linesNumb)) { |