mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 23:57:32 +00:00
HOPKINS: Fix typo
This commit is contained in:
parent
81bb4d4374
commit
95c44e0a51
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user