* Added LCW_Uncomp from Chronoshift

* Added better sidebar tiling graphics by Thomson26
* Changed alignment of elements based on new graphics
This commit is contained in:
Ben Lankamp
2020-07-04 01:17:53 +02:00
parent 27a1b43b73
commit 4ba5c0d72c
10 changed files with 286 additions and 16 deletions
+1 -1
View File
@@ -1138,7 +1138,7 @@ void* Build_Frame2(void* shape, uint16_t frame, void* buffer)
frame_data = &shape_data[(le32toh(offset_buff[0]) & 0xFFFFFF) + 768];
}
frame_size = LCW_Uncomp(frame_data, buffer, frame_size);
frame_size = LCW_Uncomp_CS(frame_data, buffer, frame_size);
}
else {
// captainslog_debug("Decoding XOR frame.");