Added index_hole_pos to the 86F struct.

This commit is contained in:
OBattler
2016-09-07 21:03:46 +02:00
parent c6c6fe8e2d
commit abd77b0001

View File

@@ -69,6 +69,7 @@ static struct
uint8_t track_layout[2][50000];
uint8_t track_flags;
uint8_t side_flags[2];
uint16_t index_hole_pos[2];
uint8_t track_in_file;
uint32_t track_offset[256];
uint32_t file_size;