From 32c08032c5236553862cff28a60d43f44ce31ec7 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 18 Feb 2023 22:46:20 -0800 Subject: [PATCH] use ptext in ep3 player data format --- src/Player.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));