aboutsummaryrefslogtreecommitdiff
path: root/sword1/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/object.h')
-rw-r--r--sword1/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/object.h b/sword1/object.h
index 60a31a08e4..644f5f541e 100644
--- a/sword1/object.h
+++ b/sword1/object.h
@@ -114,7 +114,7 @@ struct BsObject {
// mega size = 12340 bytes (+ 8 byte offset table + 20 byte header = 12368)
};
-struct _collisionData {
+struct CollisionData {
BsObject *compact;
int32 w[24];
int32 h[24];