mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
LILLIPUT: Add missing addition in sub16DD5
This commit is contained in:
committed by
Eugene Sandulenko
parent
7bbfe71785
commit
a8699a809e
@@ -734,7 +734,7 @@ int LilliputEngine::sub16DD5(int x1, int y1, int x2, int y2)
|
||||
|
||||
byte16DD4 = (dx << 1) - dy;
|
||||
byte16DD3 = (dx << 1) - 2 * dy;
|
||||
word16DCF = word16DD1;
|
||||
word16DCF += word16DD1;
|
||||
word16DCB += word16DCD;
|
||||
|
||||
int var1 = byte16DD4;
|
||||
|
||||
Reference in New Issue
Block a user