mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed windows compilation
This commit is contained in:
@@ -6,8 +6,8 @@ namespace MK64 {
|
||||
|
||||
struct TrackSections {
|
||||
uint32_t addr;
|
||||
uint8_t surfaceType;
|
||||
uint8_t sectionId;
|
||||
int8_t surfaceType;
|
||||
int8_t sectionId;
|
||||
uint16_t flags;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user