diff --git a/src/Player.hh b/src/Player.hh index 67655270..8d550c91 100644 --- a/src/Player.hh +++ b/src/Player.hh @@ -424,7 +424,7 @@ struct PSOPlayerDataGCEp3 { // For command 61 ptext info_board; parray blocked_senders; le_uint32_t auto_reply_enabled; - char auto_reply[0xAC]; + ptext auto_reply; Episode3::PlayerConfig ep3_config; } __attribute__((packed));