You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
Remove more gzip complaining lines (#893)
This commit is contained in:
@@ -277,7 +277,6 @@ next_block:
|
||||
nlen = get_unaligned_le16(in_next + 2);
|
||||
in_next += 4;
|
||||
|
||||
SAFETY_CHECK(len == (u16)~nlen);
|
||||
SAFETY_CHECK(len <= in_end - in_next);
|
||||
|
||||
u8* out_cur = out_next;
|
||||
|
||||
Reference in New Issue
Block a user