aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/game.h')
-rw-r--r--engines/hugo/game.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/hugo/game.h b/engines/hugo/game.h
index ccac23d3c8..d032a4b817 100644
--- a/engines/hugo/game.h
+++ b/engines/hugo/game.h
@@ -868,13 +868,13 @@ struct objBlock_t {
uint32 objLength;
};
-#include "common/pack-start.h" // START STRUCT PACKING
-struct sound_hdr_t { // Sound file lookup entry
- uint16 size; // Size of sound data in bytes
- uint32 offset; // Offset of sound data in file
+#include "common/pack-start.h" // START STRUCT PACKING
+struct sound_hdr_t { // Sound file lookup entry
+ uint16 size; // Size of sound data in bytes
+ uint32 offset; // Offset of sound data in file
} PACKED_STRUCT;
-#include "common/pack-end.h" // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
-}
+} // End of namespace Hugo
#endif