aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/mods/module.h2
-rw-r--r--sound/voc.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/mods/module.h b/sound/mods/module.h
index b25fe87b41..041eebc269 100644
--- a/sound/mods/module.h
+++ b/sound/mods/module.h
@@ -37,7 +37,7 @@ struct note_t {
byte note;
uint16 period;
uint16 effect;
-};
+} PACKED_STRUCT;
#include "common/pack-end.h" // END STRUCT PACKING
diff --git a/sound/voc.h b/sound/voc.h
index ebd343f05d..fd19a29c5a 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -43,14 +43,14 @@ struct VocFileHeader {
uint16 datablock_offset;
uint16 version;
uint16 id;
-};
+} PACKED_STRUCT;
struct VocBlockHeader {
uint8 blocktype;
uint8 size[3];
uint8 sr;
uint8 pack;
-};
+} PACKED_STRUCT;
#include "common/pack-end.h" // END STRUCT PACKING