mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Run formatter
This commit is contained in:
parent
248a64133e
commit
00e1bb19b0
@ -368,7 +368,7 @@ void DecodeSS2(LPBITMAPINFOHEADER p_bitmapHeader, BYTE* p_pixelData, BYTE* p_dat
|
|||||||
union {
|
union {
|
||||||
BYTE* byte;
|
BYTE* byte;
|
||||||
WORD* word;
|
WORD* word;
|
||||||
} data = { p_data };
|
} data = {p_data};
|
||||||
|
|
||||||
// The first word in the data following the chunk header contains the number of lines in the chunk.
|
// The first word in the data following the chunk header contains the number of lines in the chunk.
|
||||||
// The line count does not include skipped lines.
|
// The line count does not include skipped lines.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user