aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword2/sound.h')
-rw-r--r--engines/sword2/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/sound.h b/engines/sword2/sound.h
index b89ef8f12b..684be3dacd 100644
--- a/engines/sword2/sound.h
+++ b/engines/sword2/sound.h
@@ -124,7 +124,7 @@ struct SoundFileHandle {
Common::File file;
uint32 *idxTab;
uint32 idxLen;
- uint32 fileSize;
+ int32 fileSize;
uint32 fileType;
volatile bool inUse;
};