diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-03-09 23:44:13 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-03-10 15:58:45 -0600 |
| commit | 8d9374a113490ea89a8ae2e89f28837073326143 (patch) | |
| tree | 9be9ec886a044843d76c34d78451669272e411c9 /src | |
| parent | 5d4bd639dfdffcf26edb458485beee1b81b92531 (diff) | |
Fixed windows compilation
Diffstat (limited to 'src')
| -rw-r--r-- | src/factories/mk64/TrackSections.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/factories/mk64/TrackSections.h b/src/factories/mk64/TrackSections.h index 05e1ee4..32c7b9b 100644 --- a/src/factories/mk64/TrackSections.h +++ b/src/factories/mk64/TrackSections.h @@ -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; }; |
