aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver')
-rw-r--r--sword2/driver/_mouse.cpp4
-rw-r--r--sword2/driver/driver96.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp
index f2eff1820d..3c1d94e17a 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -31,7 +31,7 @@
#pragma START_PACK_STRUCTS
#endif
-typedef struct {
+struct _mouseAnim {
uint8 runTimeComp; // type of runtime compression used for the
// frame data
uint8 noAnimFrames; // number of frames in the anim
@@ -39,7 +39,7 @@ typedef struct {
int8 yHotSpot;
uint8 mousew;
uint8 mouseh;
-} GCC_PACK _mouseAnim;
+} GCC_PACK;
#if !defined(__GNUC__)
#pragma END_PACK_STRUCTS
diff --git a/sword2/driver/driver96.h b/sword2/driver/driver96.h
index fd00dc267d..effc5f1f2a 100644
--- a/sword2/driver/driver96.h
+++ b/sword2/driver/driver96.h
@@ -243,11 +243,11 @@ typedef struct {
#pragma START_PACK_STRUCTS
#endif
-typedef struct {
+struct _parallax {
uint16 w;
uint16 h;
uint32 offset[2]; // 2 is arbitrary
-} GCC_PACK _parallax;
+} GCC_PACK;
#if !defined(__GNUC__)
#pragma END_PACK_STRUCTS