diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoBuff.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoBuff.java index 6d7f207bc..4feb595d4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoBuff.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoBuff.java @@ -57,7 +57,7 @@ public class WndInfoBuff extends Window { add( titlebar ); RenderedTextMultiline txtInfo = PixelScene.renderMultiline(buff.desc(), 6); - txtInfo.maxWidth(width); + txtInfo.maxWidth(WIDTH); txtInfo.setPos(titlebar.left(), titlebar.bottom() + GAP); add( txtInfo );