mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-14 08:37:38 +00:00
Cleanup
This commit is contained in:
parent
7306d7a992
commit
38e5b06808
@ -384,7 +384,6 @@ void DecodeSS2(LPBITMAPINFOHEADER p_bitmapHeader, BYTE* p_pixelData, BYTE* p_dat
|
||||
row += token;
|
||||
|
||||
start_packet:
|
||||
do {
|
||||
// LINE: LEGO1 0x100bdaef
|
||||
// LINE: BETA10 0x1013e692
|
||||
token = *(short*) data;
|
||||
@ -439,7 +438,7 @@ void DecodeSS2(LPBITMAPINFOHEADER p_bitmapHeader, BYTE* p_pixelData, BYTE* p_dat
|
||||
if (--lines > 0) {
|
||||
goto start_packet;
|
||||
}
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
type = -type;
|
||||
@ -456,9 +455,7 @@ void DecodeSS2(LPBITMAPINFOHEADER p_bitmapHeader, BYTE* p_pixelData, BYTE* p_dat
|
||||
goto start_packet;
|
||||
}
|
||||
return;
|
||||
// the `while (0)` looks off, but produces the correct `jmp` instructions near the end
|
||||
}
|
||||
} while (0);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100bdc00
|
||||
|
||||
Loading…
Reference in New Issue
Block a user