diff --git a/src/battle/messageBox.c b/src/battle/messageBox.c index d0469e8..e7e3d99 100644 --- a/src/battle/messageBox.c +++ b/src/battle/messageBox.c @@ -95,7 +95,7 @@ static void calculateMessageBoxHeight(MessageBox *msg) { limitTextWidth(575); - msg->height = getWrappedTextHeight(msg->body, 18); + msg->height = getWrappedTextHeight(msg->body, (msg->type == MB_PANDORAN) ? 0 : 18); limitTextWidth(0); }