From 95c44e0a515b316bcdfce6c251d96b2d95d38113 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Tue, 19 Feb 2013 00:39:43 +0100 Subject: [PATCH] HOPKINS: Fix typo --- engines/hopkins/lines.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/hopkins/lines.cpp b/engines/hopkins/lines.cpp index 6870d1a0c16..3a7bc99f08e 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)) {