summaryrefslogtreecommitdiff
path: root/include/union_room.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-01-24 21:57:31 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2020-01-24 21:57:31 -0500
commit70e7f464cafb9173aef2eb0a8a7b47bc90238f09 (patch)
tree00a63ee6d626b2cd9edf24f567306fcb85e8df8b /include/union_room.h
parent2531afb6abe342df58175f7d5bdafca63a600888 (diff)
PLAYER_NAME_LENGTH to 7
Diffstat (limited to 'include/union_room.h')
-rw-r--r--include/union_room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/union_room.h b/include/union_room.h
index 3cb8eb84a..7e48b3e6e 100644
--- a/include/union_room.h
+++ b/include/union_room.h
@@ -7,7 +7,7 @@
struct UnkStruct_Shared
{
struct GFtgtGname gname;
- u8 ALIGNED(4) playerName[PLAYER_NAME_LENGTH];
+ u8 ALIGNED(4) playerName[PLAYER_NAME_LENGTH + 1];
};
struct UnkStruct_x1C