Fix ambiguous matches in BETA10 (#1520)

* Fix ambiguous matches in BETA10

* Add more functions, fix one LINE annotation

* Fix LEGO1 matches

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2025-05-26 07:25:47 +02:00
committed by GitHub
parent 5ad885f958
commit f7744f5550
8 changed files with 32 additions and 22 deletions

View File

@@ -364,10 +364,10 @@ void DecodeSS2(LPBITMAPINFOHEADER p_bitmapHeader, BYTE* p_pixelData, BYTE* p_dat
// LINE: BETA10 0x1013e643
short xmax = xofs + width - 1;
// LINE: BETA10 0x1013e652
union {
BYTE* byte;
WORD* word;
// LINE: BETA10 0x1013e652
} data = {p_data};
// The first word in the data following the chunk header contains the number of lines in the chunk.