This commit is contained in:
Paul 2000-10-31 16:43:44 +00:00
parent 5116958bac
commit c9b5825e8e
9 changed files with 134 additions and 152 deletions

View file

@ -335,7 +335,7 @@ int FontBank::printChar( char _char,int _x,int _y )
---------------------------------------------------------------------- */
int FontBank::getStringWidth( char * text )
{
return getStrWrapLen( text, VidGetScrW() );
return getStrWrapLen( text, m_printArea.w );
}
/*----------------------------------------------------------------------