diff --git a/stepmania/src/BitmapText.h b/stepmania/src/BitmapText.h index a52af85d51..d8163fc1fa 100644 --- a/stepmania/src/BitmapText.h +++ b/stepmania/src/BitmapText.h @@ -71,8 +71,8 @@ protected: vector m_wTextLines; vector m_iLineWidths; // in source pixels int m_iWrapWidthPixels; // -1 = no wrap - float m_fMaxWidth; - float m_fMaxHeight; + float m_fMaxWidth; // 0 = no max + float m_fMaxHeight; // 0 = no max bool m_bRainbowScroll; bool m_bJitter; int m_iVertSpacing;