aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/file.cpp')
-rw-r--r--engines/scumm/file.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/scumm/file.cpp b/engines/scumm/file.cpp
index a043710dea..b08ec0e41f 100644
--- a/engines/scumm/file.cpp
+++ b/engines/scumm/file.cpp
@@ -1241,9 +1241,7 @@ static ScummNESFile::LFL lfls[] = {
{ -1, NULL }
};
-#if defined(START_PACK_STRUCTS)
-#pragma START_PACK_STRUCTS
-#endif
+#include <common/pack-start.h> // START STRUCT PACKING
struct _lfl_index {
byte room_lfl[55];
@@ -1256,9 +1254,7 @@ struct _lfl_index {
uint16 sound_addr[100];
} lfl_index;
-#if defined(END_PACK_STRUCTS)
-#pragma END_PACK_STRUCTS
-#endif
+#include <common/pack-end.h> // END STRUCT PACKING
bool ScummNESFile::generateResource(int res) {