mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
* 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:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user