aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/resman.cpp')
-rw-r--r--sword2/resman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/resman.cpp b/sword2/resman.cpp
index b67f097926..ac42f1988e 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -79,10 +79,10 @@ Sword2ResourceManager res_man; //declare the object global
#pragma START_PACK_STRUCTS
#endif
-typedef struct {
+struct _cd_inf {
uint8 clusterName[20]; // Null terminated cluster name.
uint8 cd; // Cd cluster is on and whether it is on the local drive or not.
-} GCC_PACK _cd_inf;
+} GCC_PACK;
#if !defined(__GNUC__)
#pragma END_PACK_STRUCTS