Fix use of uint8 for file slot handles

This commit is contained in:
Jonathan G Rennison
2018-11-26 01:01:50 +00:00
parent 10320747a9
commit c9c3e6f574
5 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
#define SOUND_TYPE_H
struct SoundEntry {
uint8 file_slot;
uint file_slot;
size_t file_offset;
size_t file_size;
uint16 rate;