Skip to content

Commit 2b3fc1d

Browse files
authored
xbox: fix typo in song metadata struct (#41)
1 parent 3f0939f commit 2b3fc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rb3/SongMetadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef struct _SongMetadata
2424
#ifdef RB3E_WII
2525
char unknown6[0x10];
2626
#else
27-
char unknown6[0x18];
27+
char unknown6[0x14];
2828
#endif
2929
Symbol genre;
3030
int animTempo;

0 commit comments

Comments
 (0)