LILLIPUT: Add missing addition in sub16DD5

This commit is contained in:
sylvaintv
2018-03-28 17:36:57 +02:00
committed by Eugene Sandulenko
parent 7bbfe71785
commit a8699a809e
+1 -1
View File
@@ -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;